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

Diego Biurrun diego
Fri Jun 9 13:33:45 CEST 2006


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?

Diego




More information about the ffmpeg-devel mailing list