diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-06 00:14:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-06 01:38:55 +0200 |
commit | 26b9f5bcdb6979319e8ef227a7e880ce8d7b006e (patch) | |
tree | a2dfe3409c3d6ed1aa399f3c736810ef884945fc /libavcodec | |
parent | b27555a3a05f8a39c58ac98561411555da3f4a6f (diff) | |
download | ffmpeg-26b9f5bcdb6979319e8ef227a7e880ce8d7b006e.tar.gz |
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')
-rw-r--r-- | libavcodec/Makefile | 1 |
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 \ |