Commit 1369e003 authored by Diego Biurrun's avatar Diego Biurrun

Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefined.

Originally committed as revision 17247 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4f7e6f0d
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <X11/extensions/Xvlib.h> #include <X11/extensions/Xvlib.h>
#include <X11/extensions/XvMClib.h> #include <X11/extensions/XvMClib.h>
#include "avcodec.h"
//the surface should be shown, the video driver manipulates this //the surface should be shown, the video driver manipulates this
#define AV_XVMC_STATE_DISPLAY_PENDING 1 #define AV_XVMC_STATE_DISPLAY_PENDING 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment