Sorry for the delay,

On Wed, Apr 29, 2009 at 09:36:05PM +0000, Jacob Meuser wrote:
> > Index: patches/patch-configure
> > ===================================================================
> > RCS file: /cvs/ports/multimedia/libquicktime/patches/patch-configure,v
> > retrieving revision 1.7
> > diff -u -p -r1.7 patch-configure
> > --- patches/patch-configure 9 Jul 2008 02:13:01 -0000       1.7
> > +++ patches/patch-configure 29 Apr 2009 20:31:45 -0000
[...]
> > +@@ -27956,7 +27956,7 @@ cat confdefs.h >>conftest.$ac_ext
> > + cat >>conftest.$ac_ext <<_ACEOF
> >   /* end confdefs.h.  */
> >   
> > -     #include <stdio.h>
> > --    #include <ffmpeg/avcodec.h>
> > -+    #include <libavcodec/avcodec.h>
> > -     int main()
> > -     {
> > -     FILE * output;
[...]
> 
> what's the purpose of this?  configure first looks for
> 'libavcodec/avcodec.h', then 'avcodec.h', then 'ffmpeg/avcodec.h'.

IIRC, it didn't find libavcodec/avcodec.h when I worked on the fix,
so I mechanically replaced all the includes in configure. It may
be a junk patch , but it shouldn't hurt. I'll try to build without
the patch when I've some spare time.

Ciao,
        Kili

Reply via email to