[FFmpeg-cvslog] avcodec: Fix `make checkheaders`

Timothy Gu git at videolan.org
Sat Aug 22 19:15:29 CEST 2015


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sat Aug 22 10:14:17 2015 -0700| [5f1c37aefbdcefa1a68ba3ea8bbc7e70aa672960] | committer: Timothy Gu

avcodec: Fix `make checkheaders`

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f1c37aefbdcefa1a68ba3ea8bbc7e70aa672960
---

 libavcodec/Makefile     |    2 +-
 libavcodec/aacenc_is.h  |    2 ++
 libavcodec/aacenc_tns.h |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6dffbda..3c50ff8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -908,7 +908,6 @@ SKIPHEADERS                            += %_tablegen.h                  \
                                           %_tables.h                    \
                                           aac_tablegen_decl.h           \
                                           fft-internal.h                \
-                                          libutvideo.h                  \
                                           old_codec_ids.h               \
                                           tableprint.h                  \
                                           tableprint_vlc.h              \
@@ -918,6 +917,7 @@ SKIPHEADERS-$(CONFIG_D3D11VA)          += d3d11va.h dxva2_internal.h
 SKIPHEADERS-$(CONFIG_DXVA2)            += dxva2.h dxva2_internal.h
 SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER)  += libschroedinger.h
 SKIPHEADERS-$(CONFIG_LIBUTVIDEO)       += libutvideo.h
+SKIPHEADERS-$(CONFIG_LIBWEBP_ENCODER)  += libwebpenc_common.h
 SKIPHEADERS-$(CONFIG_QSV)              += qsv.h qsv_internal.h
 SKIPHEADERS-$(CONFIG_QSVDEC)           += qsvdec.h
 SKIPHEADERS-$(CONFIG_QSVENC)           += qsvenc.h
diff --git a/libavcodec/aacenc_is.h b/libavcodec/aacenc_is.h
index f4ca8e2..e35f0aa 100644
--- a/libavcodec/aacenc_is.h
+++ b/libavcodec/aacenc_is.h
@@ -28,6 +28,8 @@
 #ifndef AVCODEC_AACENC_IS_H
 #define AVCODEC_AACENC_IS_H
 
+#include "aacenc.h"
+
 /** Frequency in Hz for lower limit of intensity stereo **/
 #define INT_STEREO_LOW_LIMIT 6100
 
diff --git a/libavcodec/aacenc_tns.h b/libavcodec/aacenc_tns.h
index 44afe03..789e9a6 100644
--- a/libavcodec/aacenc_tns.h
+++ b/libavcodec/aacenc_tns.h
@@ -28,7 +28,7 @@
 #ifndef AVCODEC_AACENC_TNS_H
 #define AVCODEC_AACENC_TNS_H
 
-#include "aac.h"
+#include "aacenc.h"
 
 /** Frequency in Hz for lower limit of TNS **/
 #define TNS_LOW_LIMIT 2150



More information about the ffmpeg-cvslog mailing list