From 658b058609f6ae51b18d4b022d0398d4d11ff134 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Mon, 31 Mar 2008 02:27:53 -0600 Subject: [PATCH] typo in r803 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0