[FFmpeg-cvslog] avcodec/Makefile: add libutvideo.h to SKIPHEADERS
Michael Niedermayer
git at videolan.org
Sun Jul 6 01:57:45 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jul 6 00:14:23 2014 +0200| [26b9f5bcdb6979319e8ef227a7e880ce8d7b006e] | committer: Michael Niedermayer
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 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26b9f5bcdb6979319e8ef227a7e880ce8d7b006e
---
libavcodec/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 97efc50..ecec9d0 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 \
More information about the ffmpeg-cvslog
mailing list