Browse Source

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

This fixes 'make checkheaders' on non-W32THREADS systems.
tags/n0.9
Diego Biurrun 14 years ago
parent
commit
26af0953c0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/Makefile

+ 1
- 0
libavcodec/Makefile View File

@@ -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



Loading…
Cancel
Save