Hi/2. Dominik 'Rathann' Mierzejewski wrote: > 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. > >
Sure. > [...] > >> 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? > > Because OS/2 has a 8.3 limitation for DLL name. What a stupid !!! -- KO Myung-Hun Using Mozilla SeaMonkey 1.1.12 Under OS/2 Warp 4 for Korean with FixPak #15 On AMD ThunderBird 1 GHz with 512 MB RAM Korean OS/2 User Community : http://www.ecomstation.co.kr _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
