shithub: libdvdcss

Download patch

ref: 1f2c5c1fc04d0caa3e2b6fb36047bd99251a5a9f
parent: cd9be950885c2fd5b9086c9d39bfd54bf1826511
author: Steve Lhomme <robux@videolan.org>
date: Sun Sep 4 04:49:23 EDT 2005

* libdvdcss: more fixes for DLL building

--- a/src/dvdcss/dvdcss.h
+++ b/src/dvdcss/dvdcss.h
@@ -56,9 +56,9 @@
 #define DVDCSS_SEEK_KEY        (1 << 1)
 
 
-#if defined(LIBDVDCSS_EXPORT)
+#if defined(LIBDVDCSS_EXPORTS)
 #define LIBDVDCSS_EXPORT __declspec(dllexport) extern
-#elif defined(LIBDVDCSS_IMPORT)
+#elif defined(LIBDVDCSS_IMPORTS)
 #define LIBDVDCSS_EXPORT __declspec(dllimport) extern
 #else
 #define LIBDVDCSS_EXPORT extern