[vlc-devel] [vlc-commits] avcodec: require version 24.25.0 or later
Rafaël Carré
funman at videolan.org
Sat Mar 9 17:50:09 CET 2013
Le 09/03/2013 15:54, Rémi Denis-Courmont a écrit :
> Le samedi 9 mars 2013 16:44:37, Jean-Baptiste Kempf a écrit :
>> On 09 Mar, Rémi Denis-Courmont wrote :
>>> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Mar 9
>>> 12:18:04 2013 +0200| [364806defd8fe30b9e3a5fc3d62bbef58b7e5778] |
>>> committer: Rémi Denis-Courmont
>>>
>>> avcodec: require version 54.25.0 or later
>>
>> This is quite a big jump, to be honest, seeing that even Sid has 53.35.0
>> (and was the reason it was put at 53.34 before, IIRC).
>
> I don't disagree but it's not really up to us. We have to support libav/FFmpeg
> HEAD in vlc HEAD, especially when contribs uses libav HEAD as "FFmpeg"
> (Android build bot broke already).
What exactly needed this bump?
avcodec_decode_audio4 was already supported, and for other functions we
can base on the wrappers that get introduced in libav when they add new
functions. (for example avcodec_decode_audio3 which uses
avcodec_decode_audio4 internally)
> If other people want to support older versions, it's their problem.
I think we want to support at least Debian sid (although there seems to
be a recent libav in experimental).
More information about the vlc-devel
mailing list