[FFmpeg-cvslog] build: Skip compiling xvmc.h under the correct condition.

Diego Biurrun git at videolan.org
Sat Mar 10 01:52:20 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Mar  8 23:53:20 2012 +0100| [eab6968f24991145ca3dc38635cef36884bfd757] | committer: Diego Biurrun

build: Skip compiling xvmc.h under the correct condition.

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

 libavcodec/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d4ad81c..0f1c728 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -685,10 +685,10 @@ SKIPHEADERS                            += %_tablegen.h                  \
 SKIPHEADERS-$(CONFIG_DXVA2)            += dxva2.h dxva2_internal.h
 SKIPHEADERS-$(CONFIG_LIBDIRAC)         += libdirac.h
 SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER)  += libschroedinger.h
+SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h
 SKIPHEADERS-$(CONFIG_VAAPI)            += vaapi_internal.h
 SKIPHEADERS-$(CONFIG_VDA)              += vda.h vda_internal.h
 SKIPHEADERS-$(CONFIG_VDPAU)            += vdpau.h
-SKIPHEADERS-$(CONFIG_XVMC)             += xvmc.h
 SKIPHEADERS-$(HAVE_W32THREADS)         += w32pthreads.h
 
 EXAMPLES = api



More information about the ffmpeg-cvslog mailing list