add the necessary include for LIBAV*_VERSION_*

Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2009-01-13 00:14:43 +00:00
parent 9a0cf9f8f8
commit af5f434f8c
3 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@
*/
#include "libavutil/rational.h"
#include "avcodec.h"
enum AVOptionType{
FF_OPT_TYPE_FLAGS,