diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-09 18:02:28 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-09 18:02:28 +0000 |
commit | a3689bf7b4a6c7951146efd901883601328e22b5 (patch) | |
tree | 0bcf7f5dcaa84a8d1f6e2cff2209dd39b0cd9bb5 | |
parent | 7bab3a26e43ab0d71470514df74916ff43765815 (diff) | |
download | ffmpeg-a3689bf7b4a6c7951146efd901883601328e22b5.tar.gz |
Remove pointless code.
Originally committed as revision 11887 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/libxvidff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c index 414471e4f7..f3a1a5bb9f 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. |