From 26b9f5bcdb6979319e8ef227a7e880ce8d7b006e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 6 Jul 2014 00:14:23 +0200 Subject: avcodec/Makefile: add libutvideo.h to SKIPHEADERS libutvideo.h is not a C header and thus fails building as a C file Reviewed-by: Derek Buitenhuis Signed-off-by: Michael Niedermayer --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 97efc50684..ecec9d00e5 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -835,6 +835,7 @@ SKIPHEADERS += %_tablegen.h \ %_tables.h \ aac_tablegen_decl.h \ fft-internal.h \ + libutvideo.h \ old_codec_ids.h \ tableprint.h \ $(ARCH)/vp56_arith.h \ -- cgit v1.2.3