diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 19:03:38 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 19:03:38 +0000 |
commit | 88f83607b633c093a13fed06d9cf2ba546ef68e4 (patch) | |
tree | b05816e146d5fec610f184ea0b3934aafa3a97e4 /libavcodec | |
parent | 30f7682404d654dab2f88d4906f10a5dfecd1a74 (diff) | |
download | ffmpeg-88f83607b633c093a13fed06d9cf2ba546ef68e4.tar.gz |
Include libxvid_internal.h: It contains the prototype for av_tempfile().
Originally committed as revision 22116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 90520df58f..0aebd535c8 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -37,6 +37,7 @@ #include "opt.h" #include "imgconvert.h" #include "audioconvert.h" +#include "libxvid_internal.h" #include "internal.h" #include <stdlib.h> #include <stdarg.h> |