Changes between Version 41 and Version 42 of CompilationGuide/Centos
- Timestamp:
- Oct 28, 2015, 5:59:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v41 v42 58 58 git clone --depth 1 git://git.videolan.org/x264 59 59 cd x264 60 ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static60 PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static 61 61 make 62 62 make install
