Changes between Version 16 and Version 17 of Getting-Started/Autoconf


Ignore:
Timestamp:
Jun 16, 2012 10:24:12 PM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Autoconf

    v16 v17  
    3535 1. Linux: Video4Linux2 (v4l2) development library. 
    3636 1. Mac OS X: You might have an old libbz2 for older system, in that case it has to be rebuild (needed by ffmpeg H.264 support) 
    37  1. [http://www.libsdl.org/ SDL] '''version 1.3''' (contained in version 2.0).  
    38     - Note that this is the newer and not yet released SDL library, hence most likely it won't be installed by default on your system. You can download the source snapshot for 2.0 or from the Mercurial repository from http://www.libsdl.org/hg.php. 
    39     - SDL 1.3 is contained under {{{SDL}}} sub-directory. 
     37 1. [http://www.libsdl.org/ SDL] '''version 1.3''' (contained in SDL version 2.0).  
     38    - Note that this is the newer and not yet released SDL library, hence most likely it won't be installed by default on your system. You can download the SDL 2.0 source snapshot or from the Mercurial repository from http://www.libsdl.org/hg.php. 
     39    - SDL 1.3 is under {{{SDL}}} sub-directory of SDL 2.0. 
    4040 1. [http://ffmpeg.org/ ffmpeg] development library. We tested with ffmpeg version ranging from 0.5.1 (from circa 2009) to 0.10.  
    4141    - Note that for H.264 support, you need newer releases (October 2011 onwards), and it needs libz too.