Changes between Version 24 and Version 25 of Video_Users_Guide


Ignore:
Timestamp:
Nov 1, 2011 10:56:00 AM (12 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Video_Users_Guide

    v24 v25  
    8383Visual Studio users will need to configure things manually as explained below. 
    8484 
    85 ==== 1. Requirements ==== 
     85==== 1. Requirements ==== #win-reqs 
    8686 
    8787Windows requirements: 
    8888 1. The components in [#reqdesk common requirements] above. 
    89     Here are sample steps for building SDL, libx264, and ffmpeg: 
    90    a. SDL 1.3 comes with VS project settings, e.g: for VS2005 just open {{{VisualC\SDL_VS2005.sln}}} and build. 
    91    a. Get [http://www.mingw.org/wiki/MSYS MSYS|MinGW] for building libx264 and ffmpeg, and also its [http://www.mingw.org/wiki/InstallationHOWTOforMinGW gcc compiler suite].  Note that it is recommended to use gcc 4 or above to build ffmpeg. 
    92    a. libx264 (optional if H264 is wanted): 
     89    [[BR]] 
     90  Here are sample steps for building SDL, libx264, and ffmpeg: 
     91    a. SDL 1.3 comes with VS project settings, e.g: for VS2005 just open {{{VisualC\SDL_VS2005.sln}}} and build. 
     92    a. Get [http://www.mingw.org/wiki/MSYS MSYS|MinGW] for building libx264 and ffmpeg, and also its [http://www.mingw.org/wiki/InstallationHOWTOforMinGW gcc compiler suite]. Note: 
     93       - It is recommended to use gcc 4 or above to build ffmpeg. 
     94       - To avoid problems, put MSYS, libx264, and ffmpeg in folders that do not contain space, e.g: {{{C:\msys, C:\devlib\ffmpeg}}}. 
     95    a. libx264 (optional, if H264 is wanted), in MSYS console: 
    9396      {{{ 
    94        $ ./configure                   # add any options if needed, e.g: optimization, install dir, search path 
    95        $ make && make install-lib-dev  # default install dir is /usr/local 
     97 $ ./configure                   # add any options if needed, e.g: optimization, install dir, search path 
     98 $ make && make install-lib-dev  # default install dir is /usr/local 
    9699      }}} 
    97    a. ffmpeg: 
     100    a. ffmpeg, in MSYS console: 
    98101      {{{ 
    99        $ ./configure --enable-gpl --enable-libx264 \ 
    100                      --enable-shared --disable-static \ 
    101                      --enable-memalign-hack  # add other options if needed 
    102        $ make && make install 
     102 $ ./configure --enable-gpl --enable-libx264 \ 
     103               --enable-shared --disable-static \ 
     104               --enable-memalign-hack  # add other options if needed 
     105 $ make && make install 
    103106      }}} 
    104107 1. !DirectShow SDK, included in Windows SDK. The minimum component required within the SDK is ''Windows Development Headers and Libraris'' and ''Samples''. As there are several versions of SDK we found they have different issues: