OLD | NEW |
| 1 Name: MingW |
| 2 Short Name: pthreads |
| 3 URL: http://www.mingw.org |
| 4 Version: 2.8.0 |
| 5 |
| 6 Description: |
1 This document describes setting up an MinGW environment suitable for building | 7 This document describes setting up an MinGW environment suitable for building |
2 FFmpeg and libvpx on Windows. | 8 FFmpeg and libvpx on Windows. |
3 | 9 |
4 The MinGW package is obtained from | 10 The MinGW package is obtained from |
5 http://www.mingw.org | 11 http://www.mingw.org |
6 | 12 |
7 The pthreads win32 package is obtained from | 13 The pthreads win32 package is obtained from |
8 http://sources-redhat.mirrors.airband.net/pthreads-win32/pthreads-w32-2-8-0-
release.tar.gz | 14 http://sources-redhat.mirrors.airband.net/pthreads-win32/pthreads-w32-2-8-0-
release.tar.gz |
9 | 15 |
10 A patch to statically link pthreads and a fix for sched.h is obtained from | 16 A patch to statically link pthreads and a fix for sched.h is obtained from |
(...skipping 20 matching lines...) Expand all Loading... |
31 http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/yasm/binaries/w
in/yasm.exe | 37 http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/yasm/binaries/w
in/yasm.exe |
32 | 38 |
33 4) In order to create FFmpeg DLLs you'll need Visual Studio in your path: | 39 4) In order to create FFmpeg DLLs you'll need Visual Studio in your path: |
34 call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.b
at" | 40 call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.b
at" |
35 Visual Studio 2008 Professional and Express editions are also supported. | 41 Visual Studio 2008 Professional and Express editions are also supported. |
36 | 42 |
37 5) That's it! To test the installation try running msys and configure FFmpeg: | 43 5) That's it! To test the installation try running msys and configure FFmpeg: |
38 c:\MinGW\msys\1.0\msys.bat | 44 c:\MinGW\msys\1.0\msys.bat |
39 http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/ffmpeg/README.
chromium | 45 http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/ffmpeg/README.
chromium |
40 | 46 |
OLD | NEW |