comparison utils.c @ 11322:c4e86bcb2fee libavcodec

Include libxvid_internal.h: It contains the prototype for av_tempfile().
author cehoyos
date Sun, 28 Feb 2010 19:03:38 +0000
parents ee2e050815be
children 7089198d1d10
comparison
equal deleted inserted replaced
11321:e0feb5fa4e97 11322:c4e86bcb2fee
35 #include "avcodec.h" 35 #include "avcodec.h"
36 #include "dsputil.h" 36 #include "dsputil.h"
37 #include "opt.h" 37 #include "opt.h"
38 #include "imgconvert.h" 38 #include "imgconvert.h"
39 #include "audioconvert.h" 39 #include "audioconvert.h"
40 #include "libxvid_internal.h"
40 #include "internal.h" 41 #include "internal.h"
41 #include <stdlib.h> 42 #include <stdlib.h>
42 #include <stdarg.h> 43 #include <stdarg.h>
43 #include <limits.h> 44 #include <limits.h>
44 #include <float.h> 45 #include <float.h>