changeset 5688:c0f471cc871d libavcodec

Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to ARCH_SPARC anyway.
author diego
date Mon, 17 Sep 2007 10:14:56 +0000
parents 18cfb83b7dc7
children 84bc9138be8f
files sparc/dsputil_vis.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/sparc/dsputil_vis.c	Sun Sep 16 22:50:12 2007 +0000
+++ b/sparc/dsputil_vis.c	Mon Sep 17 10:14:56 2007 +0000
@@ -25,8 +25,6 @@
 
 #include "config.h"
 
-#ifdef ARCH_SPARC
-
 #include <inttypes.h>
 #include <signal.h>
 #include <setjmp.h>
@@ -4097,5 +4095,3 @@
       c->avg_no_rnd_pixels_tab[1][3] = MC_avg_no_round_xy_8_vis;
   }
 }
-
-#endif  /* !(ARCH_SPARC) */