Changes between Version 34 and Version 35 of Video_Users_Guide


Ignore:
Timestamp:
Feb 6, 2012 9:51:12 AM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Video_Users_Guide

    v34 v35  
    2626      {{{ 
    2727$ ./configure --enable-shared --disable-static --enable-memalign-hack 
    28                                 # add other options if needed, e.g: optimization, install dir, search path 
     28                                # add other options if needed, e.g: optimization, install dir, search path particularly CFLAGS and LDFLAGS for x264 
    2929                                # to enable H264, add "--enable-gpl --enable-libx264" 
    3030$ make && make install 
    3131      }}} 
    32  1. Optional for H.264: [http://www.videolan.org/developers/x264.html libx264]. We tested with the latest from git (as of October 2011) 
     32 1. Optional for H.264: [http://www.videolan.org/developers/x264.html libx264]. We tested with the latest from git (as of October 2011): 
     33     {{{ 
     34$ ./configure                   # add options if needed, e.g: optimization, install dir, search path 
     35$ make && make install-lib-dev  # default install dir is /usr/local 
     36      }}} 
    3337 1. Optional: [http://qt.nokia.com/downloads/ Qt development SDK] for building the [#vidgui video GUI sample]. We tested with version 4.6 or later. 
    3438    - without this you can still enjoy video with pjsua console application 
     
    97101       - To avoid problems, put MSYS, libx264, and ffmpeg in folders that do not contain space, e.g: {{{C:\msys, C:\devlib\ffmpeg}}}. 
    98102    a. libx264 (optional, if H264 is wanted), in MSYS console: 
    99       {{{ 
    100 $ ./configure                   # add options if needed, e.g: optimization, install dir, search path 
    101 $ make && make install-lib-dev  # default install dir is /usr/local 
    102       }}} 
     103 
    103104    a. ffmpeg, in MSYS, as detailed in [#reqdesk common requirements]. 
    104105       - To use ffmpeg with VS, [http://ffmpeg.arrozcru.org/wiki/index.php?title=Inttypes.h these headers] will be needed.