[FFmpeg-cvslog] Only test-compile w32pthreads.h if W32THREADS are available.
Diego Biurrun
git at videolan.org
Fri Oct 21 02:37:06 CEST 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Oct 19 23:25:01 2011 +0200| [26af0953c0ba800aae2d52cbdaeca7b387a317bc] | committer: Diego Biurrun
Only test-compile w32pthreads.h if W32THREADS are available.
This fixes 'make checkheaders' on non-W32THREADS systems.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26af0953c0ba800aae2d52cbdaeca7b387a317bc
---
libavcodec/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index a566df2..c47424e 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
More information about the ffmpeg-cvslog
mailing list