[libdvdnav-devel] src/dvd_input.c: use dvdcss2.dll instead of dvdcss.dll on OS/2
KO Myung-Hun
git at videolan.org
Wed Jan 28 14:51:42 CET 2015
libdvdread | branch: master | KO Myung-Hun <komh78 at gmail.com> | Mon Jan 19 13:23:58 2015 +0900| [8bda55f887d7d8e926f943977129e26eaf2ff02a] | committer: Jean-Baptiste Kempf
src/dvd_input.c: use dvdcss2.dll instead of dvdcss.dll on OS/2
libtool creates a versioned dll on OS/2 as well.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdread.git/?a=commit;h=8bda55f887d7d8e926f943977129e26eaf2ff02a
---
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 64e5c5b..89ccec4 100644
--- a/src/dvd_input.c
+++ b/src/dvd_input.c
@@ -303,7 +303,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
More information about the libdvdnav-devel
mailing list