[x264-devel] Possible problem in configure script

Andreas linuxdreas at dslextreme.com
Thu Aug 28 19:53:50 CEST 2008


Am Montag, 25. August 2008 03:50:38 schrieb Markus Kanet:
> Hi...
>
> in commit 9d4d168bb484c2a27e9f4b8f5eb360a00a1cf426 "improve generation
> of Darwin libraries" seem to be a small typo. Here is the intresting
> part of that commit:
>
> +        if [ "$SYS" = "MACOSX" ]; then
> +            echo "SOSUFFIX=dylib" >> gtk/config.mak
> +            echo "SONAMEGTK=libx264gtk.$API.dylib" >> gtk/config.mak
> +            echo 'SOFLAGS=-dynamiclib -Wl,-single_module
> -Wl,-read_only_relocs,suppress -install_name
> $(DESTDIR)$(libdir)/$(SONAMEGTK)' >> gtk/config.mak
> +        else
> +            echo "SOSUFFIX=so" >> gtk/config.mak
> +            echo "SONAMEGTK=libx264gtk.so.$API" >> gtk/config.mak
> +            echo 'SOFLAGS=-Wl,-soname,$(SONAME)' >> gtk/config.mak
> +        fi
>
> When the system is not MACOSX then the SOFLAGS for GTK are defined as:
>    echo 'SOFLAGS=-Wl,-soname,$(SONAME)' >> gtk/config.mak
>
> While i'm sure it should be
>    echo 'SOFLAGS=-Wl,-soname,$(SONAMEGTK)' >> gtk/config.mak
>
> Attached is a patch to correct SOFLAGS for GTK.
>
> Markus

Thanks, Markus. Your patch fixed a weird error message from ldconf about 
libx264gtk on my system (openSUSE 10.3).

-- 
Gruß
Andreas


More information about the x264-devel mailing list