diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-08 23:53:20 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-09 20:56:15 +0100 |
commit | eab6968f24991145ca3dc38635cef36884bfd757 (patch) | |
tree | 824ddd28427864e98379baeb8a92d230ecd87a85 /libavcodec/Makefile | |
parent | 49e35f497fe84920327e5cc5ae0bf65dccdb163b (diff) | |
download | ffmpeg-eab6968f24991145ca3dc38635cef36884bfd757.tar.gz |
build: Skip compiling xvmc.h under the correct condition.
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 d4ad81cc92..0f1c728fc5 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 |