0.2.71 release & Mac OS X/Darwin 1.3

Samuel Hocevar sam at zoy.org
Fri Apr 13 16:49:20 CEST 2001


On Fri, Apr 13, 2001, Eric Carlson wrote:

> BTW, i'm disabling GTK above because my GTK install is a bit broken and 
> I have no use for it anyway.

   AFAIK, the Gtk interface hasn't been tested under OS X, please let us
know if you ever manage to get it working.

> module: browsing //lib

   Ok, this should have been "./lib" instead of "//lib". My fault, it should be
fixed in CVS. Try the following patch:

Index: src/misc/darwin_specific.c
===================================================================
RCS file: /cvs/videolan/vlc/src/misc/darwin_specific.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -r1.1 -r1.2
41c41,42
<     char *p_char, *p_oldchar;
---
>     char i_dummy;
>     char *p_char, *p_oldchar = &i_dummy;
44c45
<     p_char = p_oldchar = psz_program_path = strdup( ppsz_argv[ 0 ] );
---
>     p_char = psz_program_path = strdup( ppsz_argv[ 0 ] );

> I've also messed around a bit with the unfinished DVDioctl.kext from 
> 0.2.70 with the dangerous ioctl stuff enabled. I've got kernel panic 
> output if anyone's interested.

   I experienced the same behaviour. I couldn't really track the problem
because I don't have physical access to an OS X box, so if you have any
additional information on this topic it can be useful.

   By the way, when reading unencrypted DVDs, are you reading the
mounted VOB files, or are you reading directly from /dev/dvd using the
DVDioctl KEXT ?

-- 
Sam.




More information about the vlc-devel mailing list