[DVDnav-discuss] [PATCH] src/dvd_input.c: use dvdcss2.dll instead of dvdcss.dll on OS/2
Timothy Gu
timothygu99 at gmail.com
Mon Jan 19 08:53:19 CET 2015
LGTM.
Timothy
On Sun, Jan 18, 2015 at 8:24 PM KO Myung-Hun <komh78 at gmail.com> wrote:
> libtool creates a versioned dll on OS/2 as well.
> ---
> src/dvd_input.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/dvd_input.c b/src/dvd_input.c
> index 2d6a8af..a89c08d 100644
> --- 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
> --
> 1.8.5.2
>
> _______________________________________________
> DVDnav-discuss mailing list
> DVDnav-discuss at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
>
More information about the DVDnav-discuss
mailing list