OSDN Git Service

Remove pointless code.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 9 Feb 2008 18:02:28 +0000 (18:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 9 Feb 2008 18:02:28 +0000 (18:02 +0000)
Originally committed as revision 11887 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/libxvidff.c

index 414471e..f3a1a5b 100644 (file)
@@ -38,9 +38,7 @@
 #define BUFFER_CAT(x)               (&((x)[strlen(x)]))
 
 /* For PPC Use */
-#ifdef HAVE_ALTIVEC
 extern int has_altivec(void);
-#endif
 
 /**
  * Structure for the private XviD context.