Changes between Version 21 and Version 22 of CompilationGuide
- Timestamp:
- May 3, 2014, 2:52:45 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide
v21 v22 2 2 This page contains a list of resources which describe the necessary steps required for compiling FFmpeg from scratch. 3 3 4 The following page will provide generic compilation and installation instructions: 5 [wiki:GenericCompilationGuide Generic compilation guide] 4 The following page will provide generic compilation and installation instructions: [[CompilationGuide/Generic|Generic compilation guide]] 6 5 7 6 == Linux == 8 7 Attention: If you are using gcc-4.2 please read [http://ffmpeg.org/trac/ffmpeg/ticket/1464 ticket 1464] first. 9 * [ wiki:UbuntuCompilationGuide Compile FFmpeg on Ubuntu / Debian / Mint]10 * [ wiki:CentosCompilationGuide Compile FFmpeg on CentOS / RHEL / Fedora]8 * [[CompilationGuide/Ubuntu|Compiling FFmpeg on Ubuntu / Debian / Mint]] 9 * [[CompilationGuide/CentOS|Compiling FFmpeg on CentOS / RHEL / Fedora]] 11 10 12 11 == OS X == 13 * [ wiki:MacOSXCompilationGuide Compiling on Mac OS X]12 * [[CompilationGuide/MacOSX|Compiling FFmpeg on OS X]] 14 13 * [http://hexeract.wordpress.com/2009/04/12/how-to-compile-ffmpegmplayer-for-macosx/ How to compile FFmpeg on Mac OS X using a RAMDisk] 15 14 … … 17 16 18 17 == Windows == 19 * MingwCompilationGuide – MinGW Compilation Guide for compiling FFmpeg with Windows/MinGW/MSYS. 20 * CrossCompilingForWindows – Cross compiling for Windows is sometimes easier than using MSYS+MinGW. 21 22 Compiling FFmpeg using MSVC is easy; follow [http://ffmpeg.org/platform.html the instructions on the main page]. 18 * [[CompilationGuide/MinGW]] – MinGW Compilation Guide for compiling FFmpeg with Windows/MinGW/MSYS. 19 * [[CompilationGuide/CrossCompilingForWindows]] – Cross compiling for Windows is sometimes easier than using MSYS+MinGW. 20 * Compiling FFmpeg using MSVC is easy; follow [http://ffmpeg.org/platform.html the instructions on the main page]. 23 21 24 22 == Other Platforms == 25 23 26 * [[ How to compile FFmpeg for Raspberry Pi (Raspbian)]]27 * [[ How to compile FFmpeg for Android]]24 * [[CompilationGuide/RaspberryPi|How to compile FFmpeg for Raspberry Pi (Raspbian)]] 25 * [[CompilationGuide/Android|How to compile FFmpeg for Android]] 28 26 29 27 = Guides for developers =
