m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.56k stars 266 forks source link

Fix the clang pthread problem of liblc3 standalone tools and adjust some default ffmpeg options in bat #2768

Closed L4cache closed 2 months ago

L4cache commented 2 months ago
1480c1 commented 2 months ago

@L4cache can you take a look at https://github.com/m-ab-s/media-autobuild_suite/commit/a294078174530a3d310422ec784c52ac5bb3f494#commitcomment-146281674 as well?

Seems to stem from https://github.com/intel/libvpl/blob/5f6bd8a1e753c8f63a3fd8b36894d6968b808a6d/cmake/InstallDirs.cmake#L11-L20 where it should just be using the include(GNUInstallDirs) line below for anything that is NOT MSVC. We can just probably just apply this patch from msys2 https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-libvpl/0003-cmake-fix-32bit-install.patch

1480c1 commented 2 months ago

Thanks