Module: libav
Branch: master
Commit: 26af0953c0ba800aae2d52cbdaeca7b387a317bc

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Wed Oct 19 23:25:01 2011 +0200

Only test-compile w32pthreads.h if W32THREADS are available.

This fixes 'make checkheaders' on non-W32THREADS systems.

---

 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
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to