[FFmpeg-devel] [PATCH] libaom: Dont use aom_codec_av1_dx_algo.

James Zern jzern at google.com
Mon Nov 1 19:40:58 EET 2021


On Fri, Oct 29, 2021 at 8:51 PM Matt Oliver <protogonoi at gmail.com> wrote:
>
> On Sat, 30 Oct 2021 at 14:13, Matt Oliver <protogonoi at gmail.com> wrote:
>
> > Does this compile and link with libaom 1.0.0? We unfortunately still
> >> support that version (despite being unusable speed wise) because distros
> >> like Debian still ship it.
> >>
> >
> > Just looked it up and yes version 1.0.0 includes the required
> > aom_codec_av1_dx() function (line 37 of aomdx.h for those interested).
> >
>
> I also noticed that libvpx does the same thing as libaom where it uses the
> direct variable instead of the function returning the variable. libvpx
> doesnt currently support static compilation so it's not an issue that has
> come up but was wondering whether it was worth submitting a patch
> preemptively fixing that issue as well.
>

That would be fine. By static compilation do you mean generating an
import lib for this scenario?


More information about the ffmpeg-devel mailing list