[FFmpeg-devel] [PATCH 15/17] lavc/os2threads: fix make checkheaders.
Clément Bœsch
ubitux at gmail.com
Wed May 9 22:56:43 CEST 2012
On Wed, May 09, 2012 at 12:52:58PM +0200, Michael Niedermayer wrote:
> On Wed, May 09, 2012 at 10:01:40AM +0200, Clément Bœsch wrote:
> > From: Clément Bœsch <clement.boesch at smartjog.com>
> >
> > ---
> > libavcodec/os2threads.h | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/libavcodec/os2threads.h b/libavcodec/os2threads.h
> > index b816bff..3d9c62f 100644
> > --- a/libavcodec/os2threads.h
> > +++ b/libavcodec/os2threads.h
> > @@ -26,6 +26,9 @@
> > #ifndef AVCODEC_OS2PTHREADS_H
> > #define AVCODEC_OS2PTHREADS_H
> >
> > +#include "config.h"
> > +#if HAVE_OS2THREADS
>
> nothing references this file when HAVE_OS2THREADS isnt true
>
I missed that something similar was already done with w32threads. Patch
updated.
--
Clément B.
-------------- next part --------------
From 307851341c1c5ce8449db8f4980125087cb5a19a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <clement.boesch at smartjog.com>
Date: Wed, 9 May 2012 09:10:24 +0200
Subject: [PATCH 15/17] lavc/os2threads: fix make checkheaders.
---
libavcodec/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 54e79af..924da7a 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -767,6 +767,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 \
--
1.7.10.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120509/37ab5c75/attachment.asc>
More information about the ffmpeg-devel
mailing list