Changes between Version 34 and Version 35 of Video_Users_Guide
- Timestamp:
- Feb 6, 2012 9:51:12 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v34 v35 26 26 {{{ 27 27 $ ./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 29 29 # to enable H264, add "--enable-gpl --enable-libx264" 30 30 $ make && make install 31 31 }}} 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 }}} 33 37 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. 34 38 - without this you can still enjoy video with pjsua console application … … 97 101 - To avoid problems, put MSYS, libx264, and ffmpeg in folders that do not contain space, e.g: {{{C:\msys, C:\devlib\ffmpeg}}}. 98 102 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 103 104 a. ffmpeg, in MSYS, as detailed in [#reqdesk common requirements]. 104 105 - To use ffmpeg with VS, [http://ffmpeg.arrozcru.org/wiki/index.php?title=Inttypes.h these headers] will be needed.