Changes between Version 25 and Version 26 of Video_Users_Guide


Ignore:
Timestamp:
Nov 1, 2011 11:08:34 AM (12 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Video_Users_Guide

    v25 v26  
    9595    a. libx264 (optional, if H264 is wanted), in MSYS console: 
    9696      {{{ 
    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 
     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 
    9999      }}} 
    100100    a. ffmpeg, in MSYS console: 
    101101      {{{ 
    102  $ ./configure --enable-gpl --enable-libx264 \ 
    103                --enable-shared --disable-static \ 
    104                --enable-memalign-hack  # add other options if needed 
    105  $ make && make install 
     102$ ./configure --enable-shared --disable-static --enable-memalign-hack 
     103                                # add other options if needed, 
     104                                # e.g: to enable H264, add "--enable-gpl --enable-libx264" 
     105$ make && make install 
    106106      }}} 
    107107 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: