[libdvdnav-devel] [PATCH] src/dvd_input.c: use dvdcss2.dll instead of dvdcss.dll on OS/2

Diego Biurrun diego at biurrun.de
Wed Jan 7 10:40:30 CET 2015


On Mon, Dec 08, 2014 at 02:28:45PM +0900, KO Myung-Hun wrote:
> libtool creates a versioned dll on OS/2 as well.
> --- a/src/dvd_input.c
> +++ b/src/dvd_input.c
> @@ -287,7 +287,7 @@ int dvdinput_setup(void)
>  #elif defined(WIN32)
>    #define CSS_LIB "libdvdcss-2.dll"
>  #elif defined(__OS2__)
> -  #define CSS_LIB "dvdcss.dll"
> +  #define CSS_LIB "dvdcss2.dll"
>  #else
>    #define CSS_LIB "libdvdcss.so.2"
>  #endif

probably OK

Diego


More information about the libdvdnav-devel mailing list