changeset 8899:856ed45c4cfa libavcodec

Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.
author diego
date Sat, 14 Feb 2009 23:45:35 +0000
parents 0e5888f9b8cb
children 12f4b161ce83
files xvmc.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xvmc.h	Sat Feb 14 23:28:09 2009 +0000
+++ b/xvmc.h	Sat Feb 14 23:45:35 2009 +0000
@@ -23,6 +23,8 @@
 
 #include <X11/extensions/XvMC.h>
 
+#include "avcodec.h"
+
 #define AV_XVMC_STATE_DISPLAY_PENDING          1  /**  the surface should be shown, the video driver manipulates this */
 #define AV_XVMC_STATE_PREDICTION               2  /**  the surface is needed for prediction, the codec manipulates this */
 #define AV_XVMC_STATE_OSD_SOURCE               4  /**  this surface is needed for subpicture rendering */