summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-02-23 13:43:53 +0100
committerDiego Biurrun <diego@biurrun.de>2015-02-23 16:26:32 +0100
commitcb4cb7b0ea12b791dde587b1acd504dbb4ec8f41 (patch)
treea61f28b4c8d24e404a285231f76c5bc0e070c050
parentcdcc370293a159c321e41af7f0eef141c62d698d (diff)
downloadffmpeg-streaming-cb4cb7b0ea12b791dde587b1acd504dbb4ec8f41.zip
ffmpeg-streaming-cb4cb7b0ea12b791dde587b1acd504dbb4ec8f41.tar.gz
qsv: Skip qsv.h compilation if qsv is not enabled
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3efb558..3168d79 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -718,7 +718,7 @@ SKIPHEADERS += %_tablegen.h \
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h
SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h
-SKIPHEADERS-$(CONFIG_QSV) += qsv_internal.h
+SKIPHEADERS-$(CONFIG_QSV) += qsv.h qsv_internal.h
SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h
SKIPHEADERS-$(CONFIG_VDA) += vda.h vda_internal.h
SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h vdpau_internal.h
OpenPOWER on IntegriCloud