[Ffmpeg-devel] Shared libraries install script broken in cvs

Diego Biurrun diego
Fri Jan 6 13:29:09 CET 2006


On Fri, Jan 06, 2006 at 05:44:11AM +0100, Luca Barbato wrote:
> Diego Biurrun wrote:
> >
> >Some comments below, the patch is broken.
> >
> >>-LIBOBJFLAGS=""
> >>+LIBOBJFLAGS=""
> 
> It was LIBOBJFLAGS='$(PIC)' but is unrelated and would hurt badly 
> x86/gcc4 w/out some asm fixes/workarounds.

Why did you keep it?

> --- configure	11 Dec 2005 00:45:33 -0000	1.219
> +++ configure	13 Dec 2005 16:16:02 -0000
> @@ -215,12 +215,12 @@
>  dlfcn="no"
>  dlopen="no"
>  mpegaudio_hp="yes"
> -SHFLAGS='-shared -Wl,-soname,$@.$(LIBVERSION)'
> +SHFLAGS='-shared -Wl,-soname,$@.$(LIBMAJOR)'
>  netserver="no"
>  need_inet_aton="no"
>  ffserver="yes"
>  ffplay="yes"
> -LIBOBJFLAGS=""
> +LIBOBJFLAGS=""
>  LDFLAGS=-Wl,--warn-common
>  FFSLDFLAGS=-Wl,-E
>  LDCONFIG="ldconfig"

It's still there.  Anyway, I'll try to look at the patch later today.

Diego





More information about the ffmpeg-devel mailing list