Changes between Version 108 and Version 109 of CompilationGuide/Ubuntu
- Timestamp:
- May 28, 2015, 12:26:54 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v108 v109 7 7 You may also refer to the [[GenericCompilationGuide|Generic FFmpeg Compilation Guide]] for additional information. 8 8 9 Recent [http://ffmpeg.org/download.html#LinuxBuilds static builds] are also available for lazy people or those who are unable to compile. 9 Recent [http://ffmpeg.org/download.html#LinuxBuilds static builds] are also available for lazy people or those who are unable to compile. The static builds do not support x11grab or non-free encoders. 10 11 {{{ 12 #!div style="border: 1pt dotted; margin: 1em; background-color: #fffff9;" 13 '''Note:''' FFmpeg has returned in Ubuntu 15.04 Vivid Vervet. You may still wish to compile if you experience a bug or want to customize your build, and it will not interfere with the ''ffmpeg'' package in the repository. 14 }}} 10 15 11 16 ---- … … 25 30 {{{ 26 31 #!div style="border: 1pt dotted; margin: 1em; background-color: #fffff9;" 27 '''Notes:''' 28 * Server users can omit the `ffplay` and x11grab dependencies: `libsdl1.2-dev libva-dev libvdpau-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev`. 32 '''Note:''' Server users can omit the `ffplay` and x11grab dependencies: `libsdl1.2-dev libva-dev libvdpau-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev`. 29 33 }}} 30 34