diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-17 12:51:26 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-01-17 12:51:26 +0000 |
commit | 3cd329a3b74416a5493013209f76945111fdc562 (patch) | |
tree | f4189e70e7e9f61530995c0aae39b43793a25faa /libavcodec/libxvidff.c | |
parent | 2bb6eba21d1843d67127be031aab7576dbe4c200 (diff) | |
download | ffmpeg-3cd329a3b74416a5493013209f76945111fdc562.tar.gz |
Fix compilation with --enable-libxvid.
Originally committed as revision 16655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libxvidff.c')
-rw-r--r-- | libavcodec/libxvidff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/libxvidff.c b/libavcodec/libxvidff.c index 63933c7bdf..1251fdd68f 100644 --- a/libavcodec/libxvidff.c +++ b/libavcodec/libxvidff.c @@ -28,6 +28,7 @@ #include <xvid.h> #include <unistd.h> #include "avcodec.h" +#include "libavutil/intreadwrite.h" #include "libxvid_internal.h" /** |