Commit 5a4d046f authored by diego's avatar diego

Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to

ARCH_SPARC anyway.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10517 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7eddcb5d
......@@ -25,8 +25,6 @@
#include "config.h"
#ifdef ARCH_SPARC
#include <inttypes.h>
#include <signal.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;
}
}
#endif /* !(ARCH_SPARC) */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment