Changes between Version 34 and Version 35 of VlcMacHowto

Show
Ignore:
Timestamp:
04/14/09 10:12:30 (7 months ago)
Author:
root (IP: 127.0.0.1)
Comment:

Adding forumlinks

Legend:

Unmodified
Added
Removed
Modified
  • VlcMacHowto

    v34 v35  
     1{{{ 
     2#!forumlinks 
     3}}} 
     4 
    15= Building VLC and its Python bindings on Mac OS/X = 
    26 
     
    7074(for i in `find $VLCDIR/install-root/lib -name "*.dylib" -or -name "*.so"` 
    7175do 
    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+))#;' 
    7378done) | bash - 
    7479}}}