diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-09 09:10:24 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-18 23:34:11 +0200 |
commit | 08ad9f9a78a2f5e8aa3223e5d9d12cb2278acd15 (patch) | |
tree | 3d4ffc2e2386dca37c5855d3e215f0331ab08229 /libavcodec/Makefile | |
parent | b56f885a2400b91d57d93c5256dc1c04e2bdd5cb (diff) | |
download | ffmpeg-08ad9f9a78a2f5e8aa3223e5d9d12cb2278acd15.tar.gz |
lavc/os2threads: fix make checkheaders.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4bdd02159b..1143799cf2 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -769,6 +769,7 @@ SKIPHEADERS-$(CONFIG_MPEG_XVMC_DECODER) += xvmc.h SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_internal.h SKIPHEADERS-$(CONFIG_VDA) += vda_internal.h SKIPHEADERS-$(CONFIG_VDPAU) += vdpau.h +SKIPHEADERS-$(HAVE_OS2THREADS) += os2threads.h SKIPHEADERS-$(HAVE_W32THREADS) += w32pthreads.h TESTPROGS = cabac \ |