# HG changeset patch # User rathann # Date 1381094037 0 # Node ID 4cbc44b20dfef6549d8dcbe6656b91909e8f94ab # Parent bed968b9bd9931d490d71ebdacf9587c33329e93 Use correct name of the libdvdcss DLL on Windows. Patch by Roger Pack. diff -r bed968b9bd99 -r 4cbc44b20dfe dvd_input.c --- 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