diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-19 23:25:01 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-10-20 00:18:29 +0200 |
commit | 26af0953c0ba800aae2d52cbdaeca7b387a317bc (patch) | |
tree | 7e1d37ef9d5d728c8607f8c5e2949dca6e0f7650 /libavcodec | |
parent | 8096fdf0b6886305ea1a8cb2c869ab2732cd8e11 (diff) | |
download | ffmpeg-26af0953c0ba800aae2d52cbdaeca7b387a317bc.tar.gz |
Only test-compile w32pthreads.h if W32THREADS are available.
This fixes 'make checkheaders' on non-W32THREADS systems.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a566df27e1..c47424e913 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -670,6 +670,7 @@ SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h SKIPHEADERS-$(CONFIG_XVMC) += xvmc.h +SKIPHEADERS-$(HAVE_W32THREADS) += w32pthreads.h EXAMPLES = api |