From 1369e003f6d23f17e5be22a0f4711d922d0d4eff Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 14 Feb 2009 17:37:42 +0000 Subject: Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined. Originally committed as revision 17247 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/xvmc.h') 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 #include +#include "avcodec.h" //the surface should be shown, the video driver manipulates this #define AV_XVMC_STATE_DISPLAY_PENDING 1 -- cgit v1.2.3