From: Loren Merritt Date: Mon, 31 Mar 2008 08:27:53 +0000 (-0600) Subject: typo in r803 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=658b058609f6ae51b18d4b022d0398d4d11ff134;p=libx264 typo in r803 --- diff --git a/configure b/configure index d1fa2222..6eb68c81 100755 --- a/configure +++ b/configure @@ -465,7 +465,7 @@ if [ "$shared" = "yes" ]; then echo 'SOFLAGS=-Wl,--out-implib,$(IMPLIBNAME) -Wl,--enable-auto-image-base' >> config.mak else echo "SONAME=libx264.so.$API" >> config.mak - echo 'SOFLAGS=-Wl,soname,$(SONAME)' >> config.mak + echo 'SOFLAGS=-Wl,-soname,$(SONAME)' >> config.mak fi echo 'default: $(SONAME)' >> config.mak if [ "$gtk" = "yes" ]; then