Changes between Version 81 and Version 82 of CompilationGuide/Ubuntu
- Timestamp:
- Oct 30, 2013, 11:35:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v81 v82 32 32 Yasm is an assembler used by x264 and FFmpeg. 33 33 34 Ubuntu 13. 04and Mint 15 users can alternatively install the `yasm` package from the repository instead of compiling.34 Ubuntu 13.10, Ubuntu 13.04, and Mint 15 users can alternatively install the `yasm` package from the repository instead of compiling. 35 35 36 36 {{{ … … 108 108 Opus audio decoder and encoder. 109 109 110 Ubuntu 13. 04and Mint 15 users can alternatively install the `libopus-dev` package from the repository instead of compiling.110 Ubuntu 13.10, Ubuntu 13.04, and Mint 15 users can alternatively install the `libopus-dev` package from the repository instead of compiling. 111 111 112 112 {{{ … … 125 125 VP8/VP9 video encoder and decoder. See the [[vpxEncodingGuide|vpx (WebM) Encoding Guide]] for more information and examples. 126 126 127 Ubuntu 13. 04and Mint 15 users can alternatively install the `libvpx-dev` package from the repository instead of compiling.127 Ubuntu 13.10, Ubuntu 13.04, and Mint 15 users can alternatively install the `libvpx-dev` package from the repository instead of compiling. 128 128 129 129 {{{ … … 169 169 {{{ 170 170 $ ffmpeg 2>&1 | head -n1 171 ffmpeg version git-2013- 05-18-5918b7aCopyright (c) 2000-2013 the FFmpeg developers171 ffmpeg version git-2013-10-30-f031531 Copyright (c) 2000-2013 the FFmpeg developers 172 172 }}} 173 173
