ffmpeg | branch: master | Diego Biurrun <di...@biurrun.de> | Mon Feb 23 13:43:53 2015 +0100| [cb4cb7b0ea12b791dde587b1acd504dbb4ec8f41] | committer: Diego Biurrun
qsv: Skip qsv.h compilation if qsv is not enabled > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb4cb7b0ea12b791dde587b1acd504dbb4ec8f41 --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog