changeset 6344:b98dde3f56a0 libavcodec

Remove pointless code.
author michael
date Sat, 09 Feb 2008 18:02:28 +0000
parents 870714b0f293
children 0b7fbd57c489
files libxvidff.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libxvidff.c	Sat Feb 09 17:55:07 2008 +0000
+++ b/libxvidff.c	Sat Feb 09 18:02:28 2008 +0000
@@ -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.