diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2015-04-23 14:30:01 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-04-26 00:07:41 +0200 |
commit | 5aed1d4240d411533c102eec6944aa925b7f4964 (patch) | |
tree | 662fd9f3c03f3bcc6f0db0e5d20ea9aac3888604 /libavcodec/vaapi_vc1.c | |
parent | cfdaa4de6c496b0b761c763cd18067cb1af268a7 (diff) | |
download | ffmpeg-5aed1d4240d411533c102eec6944aa925b7f4964.tar.gz |
vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usage
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/vaapi_vc1.c')
-rw-r--r-- | libavcodec/vaapi_vc1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi_vc1.c b/libavcodec/vaapi_vc1.c index d6ed1012f2..fe01c52080 100644 --- a/libavcodec/vaapi_vc1.c +++ b/libavcodec/vaapi_vc1.c @@ -21,6 +21,7 @@ */ #include "vaapi_internal.h" +#include "internal.h" #include "vc1.h" #include "vc1data.h" |