diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-12 11:51:34 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-12 11:51:34 +0000 |
commit | cb690cadaf25c6574e58cd05be2881780c3b5bbb (patch) | |
tree | 47babd9441e645f4e9d5fa31705966b50090ebd5 /libavcodec/xvid_rc.c | |
parent | a5db5bda07fa3cec06024d1e18fcbcb855a37d37 (diff) | |
download | ffmpeg-cb690cadaf25c6574e58cd05be2881780c3b5bbb.tar.gz |
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.
Originally committed as revision 6670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvid_rc.c')
-rw-r--r-- | libavcodec/xvid_rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvid_rc.c b/libavcodec/xvid_rc.c index b1d1cffb1b..6a0029e6d8 100644 --- a/libavcodec/xvid_rc.c +++ b/libavcodec/xvid_rc.c @@ -23,7 +23,7 @@ #include <xvid.h> #include <unistd.h> #include "avcodec.h" -#include "internal.h" +#include "xvid_internal.h" //#include "dsputil.h" #include "mpegvideo.h" |