vdpau: Adjust necessary #includes for vdpau_internal.h

This commit is contained in:
Diego Biurrun 2015-02-05 17:39:44 +01:00
parent 36cf8eb448
commit ecbcebde34
2 changed files with 4 additions and 2 deletions

View File

@ -27,9 +27,10 @@
#include <stdint.h>
#include <vdpau/vdpau.h>
#include "libavutil/frame.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "version.h"
#include "vdpau.h"
/** Extract VdpVideoSurface from an AVFrame */
static inline uintptr_t ff_vdpau_get_surface_id(AVFrame *pic)

View File

@ -24,6 +24,7 @@
#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "mpegvideo.h"
#include "vdpau.h"
#include "vdpau_internal.h"