Changes between Version 14 and Version 15 of CentosCompilationGuide


Ignore:
Timestamp:
08/01/2012 03:34:30 AM (10 months ago)
Author:
llogan
Comment:

remove --enable-zlib since it is autodetected; specifiy that zlib is also used for some decoding

Legend:

Unmodified
Added
Removed
Modified
  • CentosCompilationGuide

    v14 v15  
    119119 
    120120=== zlib===#zlib 
    121 ZLIB is required to be able to decode different formats, like PNG images. 
     121ZLIB is required to decode and encode several formats including PNG. 
    122122{{{ 
    123123cd ~/ffmpeg-source 
     
    135135git clone git://source.ffmpeg.org/ffmpeg 
    136136cd ffmpeg 
    137 ./configure --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-zlib --enable-version3 
     137./configure --enable-gpl --enable-libmp3lame --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-version3 
    138138make 
    139139# make install