comparison xvmc.h @ 8848:0a382f53863b libavcodec

Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
author diego
date Sat, 14 Feb 2009 17:37:42 +0000
parents 1b2bb769c9ad
children 0a5fa37a2ab4
comparison
equal deleted inserted replaced
8847:1b2bb769c9ad 8848:0a382f53863b
26 #include <X11/Xatom.h> 26 #include <X11/Xatom.h>
27 #include <X11/extensions/Xv.h> 27 #include <X11/extensions/Xv.h>
28 #include <X11/extensions/Xvlib.h> 28 #include <X11/extensions/Xvlib.h>
29 #include <X11/extensions/XvMClib.h> 29 #include <X11/extensions/XvMClib.h>
30 30
31 #include "avcodec.h"
31 32
32 //the surface should be shown, the video driver manipulates this 33 //the surface should be shown, the video driver manipulates this
33 #define AV_XVMC_STATE_DISPLAY_PENDING 1 34 #define AV_XVMC_STATE_DISPLAY_PENDING 1
34 //the surface is needed for prediction, the codec manipulates this 35 //the surface is needed for prediction, the codec manipulates this
35 #define AV_XVMC_STATE_PREDICTION 2 36 #define AV_XVMC_STATE_PREDICTION 2