diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-14 17:37:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-14 17:37:42 +0000 |
commit | 1369e003f6d23f17e5be22a0f4711d922d0d4eff (patch) | |
tree | 52435fd8b7535291b22e3cc8899f169b7eee5452 /libavcodec/xvmc.h | |
parent | 4f7e6f0d5821384e5c6fadca072acddb70f0aa7c (diff) | |
download | ffmpeg-1369e003f6d23f17e5be22a0f4711d922d0d4eff.tar.gz |
Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
Originally committed as revision 17247 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r-- | libavcodec/xvmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index d268da840d..d31d685db9 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -28,6 +28,7 @@ #include <X11/extensions/Xvlib.h> #include <X11/extensions/XvMClib.h> +#include "avcodec.h" //the surface should be shown, the video driver manipulates this #define AV_XVMC_STATE_DISPLAY_PENDING 1 |