Changes between Version 78 and Version 79 of CompilationGuide/Ubuntu
- Timestamp:
- Jul 5, 2013, 9:25:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v78 v79 147 147 git clone --depth 1 git://source.ffmpeg.org/ffmpeg 148 148 cd ffmpeg 149 PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" \ 149 PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" 150 ./configure --prefix="$HOME/ffmpeg_build" \ 150 151 --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" \ 151 152 --bindir="$HOME/bin" --extra-libs="-ldl" --enable-gpl --enable-libass --enable-libfdk-aac \ … … 264 265 * Make man pages actually work 265 266 * Make datadir location (the presets, etc) less useless 266 267 FAQ Section 268 How do I perform a "system" install of ffmpeg? 269 What version of Ubuntu am I using? 270 }}} 267 }}}
