[FFmpeg-devel] [PATCH] configure: use subarch instead of arch to create .def files on mingw

James Almer jamrial at gmail.com
Thu Nov 16 18:56:38 EET 2017


On 11/15/2017 11:09 PM, James Almer wrote:
> arch is "x86" regardless of target being x86_32 or x86_64, and if
> configuring with asm disabled it's "c" instead.
> Using subarch (Always either "x86_32" or "x86_64") and adapting
> makedef makes sure the symbols are always detected correctly on
> x86_32.
> ---
>  compat/windows/makedef | 2 +-
>  configure              | 3 ++-
>  2 files changed, 3 insertions(+), 2 deletions(-)

Patch dropped, a better solution was merged.


More information about the ffmpeg-devel mailing list