Browse Source

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

Originally committed as revision 17247 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
1369e003f6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/xvmc.h

+ 1
- 0
libavcodec/xvmc.h View File

@@ -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


Loading…
Cancel
Save