From 26af0953c0ba800aae2d52cbdaeca7b387a317bc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 19 Oct 2011 23:25:01 +0200 Subject: [PATCH] Only test-compile w32pthreads.h if W32THREADS are available. This fixes 'make checkheaders' on non-W32THREADS systems. --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) 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