Changes between Version 54 and Version 55 of CompilationGuide/Centos
- Timestamp:
- Jun 7, 2017, 2:59:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v54 v55 56 56 {{{ 57 57 cd ~/ffmpeg_sources 58 git clone --depth 1 git://git.videolan.org/x26458 git clone --depth 1 http://git.videolan.org/git/x264 59 59 cd x264 60 60 PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static … … 88 88 {{{ 89 89 cd ~/ffmpeg_sources 90 git clone --depth 1 git:// git.code.sf.net/p/opencore-amr/fdk-aac90 git clone --depth 1 git://https://github.com/mstorsjo/fdk-aac 91 91 cd fdk-aac 92 92 autoreconf -fiv
