]> granicus.if.org Git - libx264/commitdiff
fix SOFLAGS used when building gtk frontend
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Sun, 31 Aug 2008 19:46:31 +0000 (21:46 +0200)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Sun, 31 Aug 2008 19:46:31 +0000 (21:46 +0200)
patch by Markus Kanet %darkvision A gmx P eu%

configure

index 34d99b49639f066ae74b6b733624ca0afa208d75..34b12b2b9d98e1cf4de8ae5966f018edb1af5a78 100755 (executable)
--- a/configure
+++ b/configure
@@ -472,7 +472,7 @@ if [ "$shared" = "yes" ]; then
         else
             echo "SOSUFFIX=so" >> gtk/config.mak
             echo "SONAMEGTK=libx264gtk.so.$API" >> gtk/config.mak
-            echo 'SOFLAGS=-Wl,-soname,$(SONAME)' >> gtk/config.mak
+            echo 'SOFLAGS=-Wl,-soname,$(SONAMEGTK)' >> gtk/config.mak
         fi
     fi
 fi