Feature #1948
transcoding: support for recent ffmpeg
Start date:
2014-01-22
Due date:
% Done:
0%
Estimated time:
Description
Tvheadend no longer builds with transcoding support on Fedora 20, due to its upgrade to ffmpeg 2.1.1
ffmpeg 2.1.1 comes with libavcodec.so.55.39.101 and libavformat.so.55.19.104.
Both are are detected as too high in the configure script.
Lifting this protection indeed yields compilation errors.
Transcoding did build fine on Fedora 19, which came with ffmpeg 1.2.1
History
Updated by Pim Zandbergen almost 11 years ago
This is why transcoding currently will not compile with ffmpeg 2.1.1:
https://github.com/FFmpeg/FFmpeg/commit/36ef5369ee9b336febc2c270f8718cec4476cb85
Pim
Updated by Pim Zandbergen almost 11 years ago
Just submitted my first ever pull request.
https://github.com/tvheadend/tvheadend/pull/323