[vlc-devel] Patch to MacOSX + one small libdvdcss error

Derk-Jan Hartman d.hartman at student.utwente.nl
Thu Nov 14 23:54:49 CET 2002


With this change (see patch below) it will become possible to drag and  
drop .bin files (VCD images for instance) on the vlc program to open  
them. Currently these files can only be viewed by opening them by the  
"Open file.." menu item. It has always been an annoyance to me that  
since OSX i cannot view these files directly from Quicktime, but needed  
to convert them to .mpg's first. Now i simply use vlc ;-)

And I find that when I use the bootstrap script for libdvdcss on MacOSX  
that it fails because it cannot find libtoolize. MacOSX uses  
glibtoolize. If I remove this check all compiles well, so i guess the  
bootscript needs a small change.

DJ

[thedj:extras/MacOSX/vlc.pbproj] pjotr% diff -ruN /tmp/project.pbxproj.  
/Volumes/Users/pjotr/Development/vlc/extras/MacOSX/vlc.pbproj/ 
project.pbxproj
--- /tmp/project.pbxproj.       Thu Nov 14 23:45:01 2002
+++  
/Volumes/Users/pjotr/Development/vlc/extras/MacOSX/vlc.pbproj/ 
project.pbxproj       Thu Nov 14 23:43:44 2002
@@ -186,6 +186,18 @@
                         <key>CFBundleTypeRole</key>
                         <string>Viewer</string>
                 </dict>
+               <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                               <string>bin</string>
+                       </array>
+                       <key>CFBundleTypeIconFile</key>
+                       <string>mpeg.icns</string>
+                       <key>CFBundleTypeName</key>
+                       <string>VCD file</string>
+                       <key>CFBundleTypeRole</key>
+                       <string>Viewer</string>
+               </dict>
         </array>
         <key>CFBundleExecutable</key>
         <string>vlc</string>

------------------------------------------------------------------------ 
---
Universiteit Twente
------------------------------------------------------------------------ 
---
Derk-Jan 'The DJ' Hartman
ICQnr: 10111559
Mail:  mailto:d.hartman at student.utwente.nl
WWW:   http://home.student.utwente.nl/d.hartman/
Goto:  http://www.student.utwente.nl/~macsatcampus

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list