summaryrefslogtreecommitdiff
path: root/libavcodec/xvid_rc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-12 11:51:34 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-12 11:51:34 +0000
commitcb690cadaf25c6574e58cd05be2881780c3b5bbb (patch)
tree47babd9441e645f4e9d5fa31705966b50090ebd5 /libavcodec/xvid_rc.c
parenta5db5bda07fa3cec06024d1e18fcbcb855a37d37 (diff)
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.c2
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"