vdpau: Adjust necessary #includes for vdpau_internal.h

pull/110/merge
Diego Biurrun 10 years ago
parent 36cf8eb448
commit ecbcebde34
  1. 5
      libavcodec/vdpau_internal.h
  2. 1
      libavcodec/vdpau_mpeg12.c

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

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

Loading…
Cancel
Save