[x264-devel] commit: typo in r803 (Loren Merritt )
git version control
git at videolan.org
Mon Mar 31 11:29:26 CEST 2008
x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Mon Mar 31 02:27:53 2008 -0600| [457ce6a50ab44b28406d05fa290549a62a2452f4]
typo in r803
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=457ce6a50ab44b28406d05fa290549a62a2452f4
---
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index d1fa222..6eb68c8 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
More information about the x264-devel
mailing list