mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
ARCH_SPARC anyway. Originally committed as revision 10517 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
670ab31277
commit
4981218420
@ -25,8 +25,6 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef ARCH_SPARC
|
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
@ -4097,5 +4095,3 @@ void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx)
|
|||||||
c->avg_no_rnd_pixels_tab[1][3] = MC_avg_no_round_xy_8_vis;
|
c->avg_no_rnd_pixels_tab[1][3] = MC_avg_no_round_xy_8_vis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* !(ARCH_SPARC) */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user