Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2009-01-13 03:14:43 +0300
committerAurelien Jacobs <aurel@gnuage.org>2009-01-13 03:14:43 +0300
commitaf5f434f8c0fb3b4ee3b206ebc1946ca660a8abe (patch)
treeb7ed8c39784e4256915b5eaab41004cd3f09a0dc /libavcodec/opt.h
parent9a0cf9f8f8e7651f761420052690a55013edc743 (diff)
add the necessary include for LIBAV*_VERSION_*
Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/opt.h')
-rw-r--r--libavcodec/opt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/opt.h b/libavcodec/opt.h
index c96893055b..0e39e3db38 100644
--- a/libavcodec/opt.h
+++ b/libavcodec/opt.h
@@ -28,6 +28,7 @@
*/
#include "libavutil/rational.h"
+#include "avcodec.h"
enum AVOptionType{
FF_OPT_TYPE_FLAGS,