Changes between Version 3 and Version 4 of MacOSXCompilationGuide


Ignore:
Timestamp:
03/11/2012 01:36:33 AM (15 months ago)
Author:
SJ_UnderWater
Comment:

remaining sources

Legend:

Unmodified
Added
Removed
Modified
  • MacOSXCompilationGuide

    v3 v4  
    3030=== CDIO === 
    3131 
    32 === Faac === 
     32CDIO is available from [http://ftp.gnu.org/pub/gnu/libcdio/ GNU.org] 
    3333 
    34 === Faad === 
     34=== Faac & Faad === 
     35 
     36Both Faac and Faad are available from links at [http://www.audiocoding.com/downloads.html AudioCoding.com] 
    3537 
    3638=== GD (& PNG, TIFF) === 
     39 
     40GD is currently hosted at [https://bitbucket.org/pierrejoye/gd-libgd BitBucket.org], which requires you to choose a "tag", then "get source". PNG is currently at [http://sourceforge.net/projects/libpng/files/ Sourceforge.net], and TIFF is hosted by [ftp://ftp.remotesensing.org/pub/libtiff/ RemoteSensing.org]. 
    3741 
    3842=== Lame (MP3) === 
    3943 
    4044Lame is available from [http://sourceforge.net/projects/lame/files/lame/ Sourceforge.net], and adds MP3 abilities to FFmpeg. Compilation is as easy as {{{./configure;make && sudo make install}}}, but you can also add --enable-mp3x, and --enable-mp3rtp. 
    41  
    4245 
    4346=== Libass === 
     
    4952=== OpenJPEG === 
    5053 
     54OpenJPEG is available at [http://code.google.com/p/openjpeg/downloads/list Code.Google.com] 
    5155 
    5256=== Schroedinger === 
     
    5458Schroedinger, which adds Dirac codec support, is available from [http://diracvideo.org/ DiracVideo.org]. To compile schroedinger, you need ORC, available from [http://code.entropywave.com/download/orc/ EntropyWave.com]. Compile orc with the standard procedure, making sure you delete the "testsuite" folder, which won't compile. When compiling schroedinger, make sure pkg-config and yasm are already compiled. 
    5559 
    56 === SDL === 
    57  
    5860=== Speex === 
    5961 
    60 === Theora === 
     62Speex is available at [http://downloads.xiph.org/releases/speex/ Xiph.org] 
    6163 
    62 === Vorbis === 
     64=== Theora, Ogg, Vorbis, & SDL === 
     65 
     66All of these libraries are available at [http://theora.org/downloads/ Theora.org] 
    6367 
    6468=== VPX === 
    6569 
     70VPX is available at [http://code.google.com/p/webm/downloads/list Code.Google.com], make sure you compile with --enable-vp8. 
    6671 
    6772=== x264 === 
     
    7277=== Xvid === 
    7378 
     79XVid is available from [http://www.xvid.org/Downloads.43.0.html XVid.org], under Developer Downloads 
    7480 
    7581== Compiling ==