diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-05-28 22:01:40 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-05-29 20:15:58 +0100 |
commit | 220b24c7c97dc033ceab1510549f66d0e7b52ef1 (patch) | |
tree | 6bd0ab575f53f46c153aa857e1fa74e6c3d8863f /doc/platform.texi | |
parent | a3deeaade32db5a1b736b8d3365e52254f3fa6ac (diff) | |
download | ffmpeg-220b24c7c97dc033ceab1510549f66d0e7b52ef1.tar.gz |
lavc: remove libschroedinger encoding and decoding wrappers
The library has stopped being developed and Debian has removed it
from its repositories citing security issues.
The native Dirac decoder supports everything the library has and basic
encoding support is still provided via the native vc2 (Dirac Pro, intra
only version of Dirac) encoder. Hence, there's no reason to still support
linking to the library and potentially leading users into security issues.
Diffstat (limited to 'doc/platform.texi')
-rw-r--r-- | doc/platform.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index 576c295313..32d97cc58b 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -315,7 +315,7 @@ These library packages are only available from @example yasm, libSDL-devel, libgsm-devel, libmp3lame-devel, -libschroedinger1.0-devel, speex-devel, libtheora-devel, libxvidcore-devel +speex-devel, libtheora-devel, libxvidcore-devel @end example The recommendation for x264 is to build it from source, as it evolves too |