[FFmpeg-devel] [PATCH 15/17] lavc/os2threads: fix make checkheaders.

Clément Bœsch ubitux at gmail.com
Wed May 9 13:23:06 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
> 

AFAICT, checkheaders rule matches every .h in the subdirectories (except
the SKIPHEADERS list) and make a header object of them. What alternative
do you propose to this?

-- 
Clément B.
-------------- 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/ef169d62/attachment.asc>


More information about the ffmpeg-devel mailing list