From a3689bf7b4a6c7951146efd901883601328e22b5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 9 Feb 2008 18:02:28 +0000 Subject: Remove pointless code. Originally committed as revision 11887 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libxvidff.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/libxvidff.c') diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c index 414471e..f3a1a5b 100644 --- a/libavcodec/libxvidff.c +++ b/libavcodec/libxvidff.c @@ -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. -- cgit v1.1