• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revisiond95500c91e5d331c9c89861ae684d6be4fabbbe0 (tree)
Time2010-10-24 03:29:11
Authorjstebbins <jstebbins@b64f...>
Commiterjstebbins

Log Message

patch mp4v2 so it builds under mingw64
mingw64 defines _DLL even when building static libs

git-svn-id: svn://localhost/HandBrake/trunk@3617 b64f7644-9d1e-0410-96f1-a4d463321fa5

Change Summary

Incremental Difference

--- /dev/null
+++ b/contrib/mp4v2/P00-mingw-dllimport.patch
@@ -0,0 +1,11 @@
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