OSDN Git Service

vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usage
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 23 Apr 2015 13:30:01 +0000 (14:30 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Sat, 25 Apr 2015 22:07:41 +0000 (00:07 +0200)
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/vaapi_mpeg2.c
libavcodec/vaapi_mpeg4.c
libavcodec/vaapi_vc1.c

index 541b6a9..d41a14a 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "mpegutils.h"
 #include "vaapi_internal.h"
+#include "internal.h"
 
 /** Reconstruct bitstream f_code */
 static inline int mpeg2_get_f_code(MpegEncContext *s)
index 2ab7fab..1cf1ea7 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include "vaapi_internal.h"
+#include "internal.h"
 #include "h263.h"
 #include "mpeg4video.h"
 
index d6ed101..fe01c52 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include "vaapi_internal.h"
+#include "internal.h"
 #include "vc1.h"
 #include "vc1data.h"