Changes between Version 73 and Version 74 of CompilationGuide/Centos
- Timestamp:
- May 23, 2018, 6:12:03 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Centos
v73 v74 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-shared 185 make 186 make install 187 }}} 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_sources 197 curl -O -L https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.gz 198 tar xzvf libtheora-1.1.1.tar.gz 199 cd lbtheora-1.1.1 184 200 ./configure --prefix="$HOME/ffmpeg_build" --with-ogg="$HOME/ffmpeg_build" --disable-shared 185 201 make … … 223 239 --enable-libopus \ 224 240 --enable-libvorbis \ 241 --enable-libtheora \ 225 242 --enable-libvpx \ 226 243 --enable-libx264 \
