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

Originally committed as revision 17247 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent 4f7e6f0d58
commit 1369e003f6
  1. 1
      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

Loading…
Cancel
Save