Re: [FFmpeg-devel] [PATCH] libvpxdec: Correct linking against variables.

2021-11-22 Thread James Zern
On Mon, Nov 22, 2021 at 4:35 AM Matt Oliver wrote: > > On Thu, 4 Nov 2021 at 15:44, Matt Oliver wrote: > > > Instead link against the function that returns the correct variable. This > > fixes linking errors with dlls with msvc. > > --- > > libavcodec/libvpxdec.c | 10 +- > > 1 file chan

Re: [FFmpeg-devel] [PATCH] libvpxdec: Correct linking against variables.

2021-11-22 Thread Matt Oliver
On Thu, 4 Nov 2021 at 15:44, Matt Oliver wrote: > Instead link against the function that returns the correct variable. This > fixes linking errors with dlls with msvc. > --- > libavcodec/libvpxdec.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/li