Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2010-06-13 16:49:23 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2010-06-13 16:49:23 +0400
commitc20f85a61a133a9c560c399d8e837a2024f7e29f (patch)
tree626029d35091abece216b5a303ac03615f08e4d4 /Compilation.txt
parent4ccaa0a6a5032277a133a827299e809d095f9214 (diff)
Changed : x64 Mingw compilation script and documentation updated (auto apply needed patches)
Remove : reference to non existing DEF file.h Changed : Webserver thread killed on exit if necessary git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2036 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'Compilation.txt')
-rw-r--r--Compilation.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/Compilation.txt b/Compilation.txt
index aa393dcb2..9fe87bb06 100644
--- a/Compilation.txt
+++ b/Compilation.txt
@@ -48,8 +48,15 @@ directory of the source code:
libgcc.a
libmingwex.a
-* x64: use the script buildffmpeg.sh, run it from MSYS bash.
-
+* x64: use the script buildmingwlibs.sh, run it from MSYS bash.
+1) Start the MSYS bash previously configured for x64
+ Ex : c:\MinGW64\MSYS\msys.bat
+2) Change current folder to the "ffmpeg_x64" folder
+ Ex : if your working folder is d:\sources\mpc-hc execute
+ $ cd /d/sources/mpc-hc/trunk/src/filters/transform/MPCVideoDec/ffmpeg_x64
+3) Get the latest Mingw64 sources and compile the library with the script
+ $ ./buildmingwlibs.sh --updatemingw --compilemingw
+
### Windows Environment variables ###