OSDN Git Service

patch mp4v2 so it builds under mingw64
[handbrake-jp/handbrake-jp-git.git] / contrib / mp4v2 / P00-mingw-dllimport.patch
1 --- mp4v2-trunk-r355/include/mp4v2/platform.h   2009-05-20 19:52:26.000000000 -0700
2 +++ xxx/include/mp4v2/platform.h        2010-09-11 09:36:20.881523832 -0700
3 @@ -24,7 +24,7 @@
4  #if defined( _WIN32 ) || defined( __MINGW32__ )
5  #   if defined( _WINDLL ) || defined( DLL_EXPORT )
6  #       define MP4V2_EXPORT __declspec(dllexport)
7 -#   elif defined( _DLL ) || defined( DLL_IMPORT ) 
8 +#   elif defined( DLL_IMPORT ) 
9  #       define MP4V2_EXPORT __declspec(dllimport)
10  #   else
11  #       define MP4V2_EXPORT