diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 9cc953887a91ee15ea866075e394006861edee7f..f35c99d3a570b88b58287c299570cddfee780c47 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -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) diff --git a/libavcodec/vdpau_mpeg12.c b/libavcodec/vdpau_mpeg12.c index 421abe960fbbfcb664b61ea1c1f3f03ed914397f..cb6f81a76d972a20eeb65e2009e2b709dcf62b24 100644 --- a/libavcodec/vdpau_mpeg12.c +++ b/libavcodec/vdpau_mpeg12.c @@ -24,6 +24,7 @@ #include <vdpau/vdpau.h> #include "avcodec.h" +#include "mpegvideo.h" #include "vdpau.h" #include "vdpau_internal.h"