Skip to content

Fix static linking in mingw

Biswapriyo Nath requested to merge (removed):static-mingw into master

This fixes static linking with ffmpeg libraries in mingw. If X264_STATIC is defined ffmpeg static libraries will not import x264 APIs with __imp prefix.

Merge request reports