[x264-devel] commit: fix SOFLAGS used when building gtk frontend (Guillaume Poirier )

git version control git at videolan.org
Sun Aug 31 21:45:10 CEST 2008


x264 | branch: master | Guillaume Poirier <gpoirier at mplayerhq.hu> | Sun Aug 31 21:46:31 2008 +0200| [6b33ca95bf3dfb67014655de4d28304beb34bb61] | committer: Guillaume Poirier 

fix SOFLAGS used when building gtk frontend
patch by Markus Kanet %darkvision A gmx P eu%

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=6b33ca95bf3dfb67014655de4d28304beb34bb61
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 34d99b4..34b12b2 100755
--- 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



More information about the x264-devel mailing list