On Sun, Dec 03, 2017 at 11:05:36PM +0100, Hendrik Leppkes wrote:
> On Sun, Dec 3, 2017 at 10:42 PM, Michael Niedermayer
> <mich...@niedermayer.cc> wrote:
> > On Sat, Dec 02, 2017 at 11:32:16PM -0300, James Almer wrote:
> >> On 12/2/2017 10:48 PM, Michael Niedermayer wrote:
> >> > On Sat, Dec 02, 2017 at 03:26:34PM -0300, James Almer wrote:
> > [...]
> >
> >> I'm surprised for that matter that the libvpx wrappers in old FFMpeg
> >> versions don't work with >= 1.4.0. I don't recall any kind of API break
> >> that we had to work around in them.
> >
> > i dont know about exact versions, i just know some release branches
> > stoped building with configure settings that worked previously after i
> > updated libvpx
> >
> > i needed to backport this:
> >
> 
> That change is kind of the opposite of what we're really talking about
> here, isn't it. It provides support for newer versions, didn't remove
> support for older ones.

yes, there was a 2nd change that droped support for older versions

one to add support for newer
then ater
one to drop old

so new doesnt work before both
and
old doesnt work after both
backporting the first fixes this

for refernce:
for the other change "git log" points me to this, so i assume it was
what removed support for old versions

commit b765a04550ff6f954a57bf28158511d260f2e087
Author: James Zern <jz...@google.com>
Date:   Fri Nov 17 17:24:07 2017 -0800

    configure: require libvpx-1.4.0 for vp[89] support

    this will simplify libvpxenc/dec.c and ensure more stable versions of
    the codecs are present.

    Reviewed-by: James Almer <jamr...@gmail.com>
    Signed-off-by: James Zern <jz...@google.com>


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Modern terrorism, a quick summary: Need oil, start war with country that
has oil, kill hundread thousand in war. Let country fall into chaos,
be surprised about raise of fundamantalists. Drop more bombs, kill more
people, be surprised about them taking revenge and drop even more bombs
and strip your own citizens of their rights and freedoms. to be continued

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to