summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-06 00:14:23 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-06 01:38:55 +0200
commit26b9f5bcdb6979319e8ef227a7e880ce8d7b006e (patch)
treea2dfe3409c3d6ed1aa399f3c736810ef884945fc /libavcodec/Makefile
parentb27555a3a05f8a39c58ac98561411555da3f4a6f (diff)
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 <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \