diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-08-22 10:14:17 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-08-22 10:14:17 -0700 |
commit | 5f1c37aefbdcefa1a68ba3ea8bbc7e70aa672960 (patch) | |
tree | 33c3f2f09c60de29286b7bb5ea999748fd14166f /libavcodec/Makefile | |
parent | c5d9e9b354a3b9d9b1e8f69a19d2eb3ef91679ff (diff) | |
download | ffmpeg-5f1c37aefbdcefa1a68ba3ea8bbc7e70aa672960.tar.gz |
avcodec: Fix `make checkheaders`
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6dffbda731..3c50ff8e9e 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 |