Changes between Version 3 and Version 4 of Building/Debian
- Timestamp:
- 02/17/17 06:56:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Debian
v3 v4 28 28 apt-get install libx264-dev libvpx-dev 29 29 }}} 30 Note: starting with version 1.0, we use a private version of ffmpeg - see #1256 for details. 30 Note: starting with version 1.0, we use a private version of ffmpeg - see #1256 for details. If you wish to use your distribution's version of library instead, install: 31 {{{ 32 apt-get install libavformat-dev libavcodec-dev 33 }}} 34 You may hit compilation errors if the version installed is too old. (and it often is) 31 35 }}} 32 36