[FFmpeg-cvslog] build: Skip libvpx.h if libvpx is not enabled

Luca Barbato git at videolan.org
Mon Sep 7 12:31:40 CEST 2015


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Aug 31 04:00:05 2015 +0200| [4dc9f00365853b1239936d771856cf1881b5c5ce] | committer: Luca Barbato

build: Skip libvpx.h if libvpx is not enabled

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

 libavcodec/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a6e88c7..2fbcc09 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -755,6 +755,7 @@ SKIPHEADERS                            += %_tablegen.h                  \
 SKIPHEADERS-$(CONFIG_D3D11VA)          += d3d11va.h dxva2_internal.h
 SKIPHEADERS-$(CONFIG_DXVA2)            += dxva2.h dxva2_internal.h
 SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER)  += libschroedinger.h
+SKIPHEADERS-$(CONFIG_LIBVPX)           += libvpx.h
 SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h
 SKIPHEADERS-$(CONFIG_NVENC)            += nvenc.h
 SKIPHEADERS-$(CONFIG_QSV)              += qsv.h qsv_internal.h



More information about the ffmpeg-cvslog mailing list