On Monday, 06 October 2008 at 16:46, KO Myung-Hun wrote: > Hi/2. > > I've attached patches for OS/2 support for libdvdread and libdvdnav. > > And I modifed 'examples/menus.c' to allow to specify DVD device as a > argument.
Nice. I assume you have tested all this. [...] > Index: src/dvd_input.c > =================================================================== > --- src/dvd_input.c (revision 1153) > +++ src/dvd_input.c (working copy) > @@ -288,13 +288,15 @@ > #define CSS_LIB "libdvdcss.2.dylib" > #elif defined(WIN32) > #define CSS_LIB "libdvdcss.dll" > +#elif defined(__OS2__) > + #define CSS_LIB "dvdcss.dll" Why does it have to be different from Win32 case? Regards, R. -- Fedora http://fedoraproject.org/wiki/User:Rathann RPMFusion http://rpmfusion.org | MPlayer http://mplayerhq.hu "Faith manages." -- Delenn to Lennier in Babylon 5:"Confessions and Lamentations" _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
