[FFmpeg-devel] [PATCH] vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Aug 11 11:12:25 CEST 2013


Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
---
 libavcodec/vdpau_internal.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h
index 001f17c..51d83d4 100644
--- a/libavcodec/vdpau_internal.h
+++ b/libavcodec/vdpau_internal.h
@@ -28,6 +28,7 @@
 #include <vdpau/vdpau.h>
 #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)
-- 
1.8.4.rc1



More information about the ffmpeg-devel mailing list