[Ffmpeg-devel] [patch] GNU/kFreeBSD support

Diego Biurrun diego
Sat Jun 10 14:31:08 CEST 2006


On Fri, Jun 09, 2006 at 01:33:45PM +0200, Diego Biurrun wrote:
> On Fri, Jun 09, 2006 at 01:25:26PM +0200, Sam Hocevar wrote:
> >    Hi. This patch from Debian contributor Petr Salinger adds support for
> > GNU/kFreeBSD systems.
> > 
> > --- ffmpeg-0.cvs20060329.orig/configure	2006-06-09 11:04:38.000000000 +0200
> > +++ ffmpeg-0.cvs20060329/configure	2006-06-09 11:05:52.000000000 +0200
> > @@ -339,6 +339,15 @@
> >  CFLAGS="-pthread"
> >  LDFLAGS="$LDFLAGS -export-dynamic -pthread"
> >  ;;
> > +GNU/kFreeBSD)
> > +CFLAGS="-pthread"
> > +LDFLAGS="$LDFLAGS -rdynamic"
> 
> CFLAGS are overridden regardless of environment variables here.  Not
> good.  Is this intended behavior?

Committed with that line changed.

Diego




More information about the ffmpeg-devel mailing list