[rtmpdump] branch master updated. ec42296 Darwin dylib updates

gitolite gil at avcodec.org
Fri Jul 29 20:27:47 CEST 2011


The branch, master has been updated
       via  ec422962d58b8e0d9bfcf0af6e450e0e349947da (commit)
      from  b627335dc37fd5265ac6d23a441ee2d89ab503c8 (commit)


- Log -----------------------------------------------------------------
commit ec422962d58b8e0d9bfcf0af6e450e0e349947da
Author:     Scott D. Davilla <davilla at xbmc.org>
AuthorDate: Fri Jul 29 11:26:35 2011 -0700
Commit:     Howard Chu <hyc at highlandsun.com>
CommitDate: Fri Jul 29 11:26:35 2011 -0700

    Darwin dylib updates
    
    Bring in line with current practice for Darwin dynamic libs

diff --git a/librtmp/Makefile b/librtmp/Makefile
index b88baf4..a0125f1 100644
--- a/librtmp/Makefile
+++ b/librtmp/Makefile
@@ -52,8 +52,8 @@ SODIR_mingw=$(BINDIR)
 SODIR=$(SODIR_$(SYS))
 
 SO_LDFLAGS_posix=-shared -Wl,-soname,$@
-SO_LDFLAGS_darwin=-dynamiclib -flat_namespace -undefined suppress -fno-common \
-	-headerpad_max_install_names
+SO_LDFLAGS_darwin=-dynamiclib -twolevel_namespace -undefined dynamic_lookup \
+	-fno-common -headerpad_max_install_names -install_name $(libdir)/$@
 SO_LDFLAGS_mingw=-shared -Wl,--out-implib,librtmp.dll.a
 SO_LDFLAGS=$(SO_LDFLAGS_$(SYS))
 

-----------------------------------------------------------------------

Summary of changes:
 librtmp/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 



More information about the rtmpdump mailing list