openbsd-ports/devel/libdvdread/patches/patch-src_dvd_input_c
espie 64075f7ae2 no cookie for brad and sthen.
you guys are expected to fully test that shit.
2013-01-20 15:11:22 +00:00

13 lines
403 B
Plaintext

$OpenBSD: patch-src_dvd_input_c,v 1.1 2013/01/20 15:11:22 espie Exp $
--- src/dvd_input.c.orig Sun Jan 20 16:09:17 2013
+++ src/dvd_input.c Sun Jan 20 16:09:24 2013
@@ -290,7 +290,7 @@ int dvdinput_setup(void)
#elif defined(__OS2__)
#define CSS_LIB "dvdcss.dll"
#else
- #define CSS_LIB "libdvdcss.so.2"
+ #define CSS_LIB "libdvdcss.so.3"
#endif
dvdcss_library = dlopen(CSS_LIB, RTLD_LAZY);