Changes between Version 87 and Version 88 of CompilationGuide/Centos
- Timestamp:
- Jul 31, 2018, 11:05:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v87 v88 159 159 === libogg === 160 160 161 Ogg bitstream library. Required by [#lib theora libtheora] and [#libvorbis libvorbis].161 Ogg bitstream library. Required by [#libvorbis libvorbis]. 162 162 163 163 {{{ … … 182 182 tar xzvf libvorbis-1.3.5.tar.gz 183 183 cd libvorbis-1.3.5 184 ./configure --prefix="$HOME/ffmpeg_build" --with-ogg="$HOME/ffmpeg_build" --disable-shared185 make186 make install187 }}}188 189 === libtheora ===190 191 Theora video encoder. Requires [#libogg libogg].192 193 Requires `ffmpeg` to be configured with `--enable-libtheora`.194 195 {{{196 cd ~/ffmpeg_sources197 curl -O -L https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.gz198 tar xzvf libtheora-1.1.1.tar.gz199 cd libtheora-1.1.1200 184 ./configure --prefix="$HOME/ffmpeg_build" --with-ogg="$HOME/ffmpeg_build" --disable-shared 201 185 make … … 239 223 --enable-libopus \ 240 224 --enable-libvorbis \ 241 --enable-libtheora \242 225 --enable-libvpx \ 243 226 --enable-libx264 \
