]> git.sesse.net Git - ffmpeg/commitdiff
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
authorDiego Biurrun <diego@biurrun.de>
Mon, 17 Sep 2007 10:14:56 +0000 (10:14 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 17 Sep 2007 10:14:56 +0000 (10:14 +0000)
ARCH_SPARC anyway.

Originally committed as revision 10517 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/sparc/dsputil_vis.c

index fee796032c1fb2c0e6c06b79bf78f95e7ba5f2d2..4367b72257ecd6efd478137654e98dcb9b3a7e04 100644 (file)
@@ -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) */