[FFmpeg-devel] [PATCH] avcodec/libvpxenc.c: Fix linking with codec interface with msvc.

Matt Oliver protogonoi at gmail.com
Sat Jan 10 12:28:29 CET 2015


This uses the appropriate libvpx accessor function for accessing the codec
interface correctly on any platform which correct link errors on windows.
Reasoning is that the default libvpx msvc build uses module definitions to
export data. Data exports in msvc like this are actually exported as
pointers to the data element which causes a link error when linking against
one of libvpx's supplied msvc builds. This just uses the correct accessor
functions to return a pointer to the codec interface instead.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avcodec-libvpxenc.c-Fix-linking-with-codec-interface.patch
Type: application/octet-stream
Size: 1221 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150110/e71d544e/attachment.obj>


More information about the ffmpeg-devel mailing list