summaryrefslogtreecommitdiffstats
path: root/contrib/x265_12bit/P00-mingw-lib.patch
blob: 5c822be0ac48e64c6dfd8c8fe95dd9ad88e342e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- x265_2.5/source/x265-extras.h.orig	2017-07-13 07:20:07.000000000 -0400
+++ x265_2.5/source/x265-extras.h	2017-07-31 13:20:23.000000000 -0400
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-#if _WIN32
+#ifdef X265_API_IMPORTS
 #define LIBAPI __declspec(dllexport)
 #else
 #define LIBAPI