1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

Include libxvid_internal.h: It contains the prototype for av_tempfile().

Originally committed as revision 22116 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2010-02-28 19:03:38 +00:00
parent 30f7682404
commit 88f83607b6

View File

@ -37,6 +37,7 @@
#include "opt.h" #include "opt.h"
#include "imgconvert.h" #include "imgconvert.h"
#include "audioconvert.h" #include "audioconvert.h"
#include "libxvid_internal.h"
#include "internal.h" #include "internal.h"
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>