From d87f9da53c93eca0cb0fe2f7c41bb56b461a8c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sun, 11 Aug 2013 11:11:53 +0200 Subject: [PATCH] vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger --- libavcodec/vdpau_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index 001f17cf36..51d83d441f 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -28,6 +28,7 @@ #include #include "h264.h" #include "mpegvideo.h" +#include "vdpau.h" /** Extract VdpVideoSurface from a Picture */ static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic)