Changes between Version 34 and Version 35 of VlcMacHowto
- Timestamp:
- 04/14/09 10:12:30 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VlcMacHowto
v34 v35 1 {{{ 2 #!forumlinks 3 }}} 4 1 5 = Building VLC and its Python bindings on Mac OS/X = 2 6 … … 70 74 (for i in `find $VLCDIR/install-root/lib -name "*.dylib" -or -name "*.so"` 71 75 do 72 otool -L $i | perl -ne 'print "install_name_tool -change $1 lib/$2 '$i'\n" if m#(\@executable_path/lib/(\S+))#;' 76 otool -L $i | perl -ne 'print "install_name_tool -change $1 lib/$2 '$i' 77 " if m#(@executable_path/lib/(S+))#;' 73 78 done) | bash - 74 79 }}}
![(please configure the [header_logo] section in trac.ini)](/images/TriblerLogo.png)