[FFmpeg-devel] [PATCH] avcodec/Makefile: add libutvideo.h to SKIPHEADERS

Michael Niedermayer michaelni at gmx.at
Sun Jul 6 00:25:33 CEST 2014


libutvideo.h is not a C header and thus fails building as a C file

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 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          \
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list