changeset 84:4cbc44b20dfe src

Use correct name of the libdvdcss DLL on Windows. Patch by Roger Pack.
author rathann
date Sun, 06 Oct 2013 21:13:57 +0000
parents bed968b9bd99
children 06fed92263cd
files dvd_input.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dvd_input.c	Thu Oct 03 21:57:48 2013 +0000
+++ b/dvd_input.c	Sun Oct 06 21:13:57 2013 +0000
@@ -282,7 +282,7 @@
 #ifdef __APPLE__
   #define CSS_LIB "libdvdcss.2.dylib"
 #elif defined(WIN32)
-  #define CSS_LIB "libdvdcss.dll"
+  #define CSS_LIB "libdvdcss-2.dll"
 #elif defined(__OS2__)
   #define CSS_LIB "dvdcss.dll"
 #else