vcpkg/ports/ffmpeg
Martin Kröning 9a6f38041f [ffmpeg] Fix static linking on Windows, FindFFMPEG (#7739)
This adds zlib as dependency to make it possible to find in FindFFMPEG.cmake.
Also FFmpeg likes to autodetect zlib for additional features on compilation.
This removes the check for stdint.h, as it is included since MSVC 2010 and does not always find it.
To enable static linking on windows, bcript had to be added:

avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptOpenAlgorithmProvider@16 referenced in function _av_get_random_seed
avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptCloseAlgorithmProvider@8 referenced in function _av_get_random_seed
avutil.lib(random_seed.o) : error LNK2019: unresolved external symbol _BCryptGenRandom@16 referenced in function _av_get_random_seed
2019-08-19 08:41:49 -07:00
..
build_linux.sh [fix][ffmpeg] fixing linux build (#5917) 2019-04-04 22:32:10 -07:00
build.sh Add doxygen and add packages option to vcpkg_require_msys (#2869) 2018-02-24 00:00:51 -08:00
CONTROL [ffmpeg] Fix static linking on Windows, FindFFMPEG (#7739) 2019-08-19 08:41:49 -07:00
create-lib-libraries.patch fix static build of ffmpeg-executables 2019-02-28 05:29:38 -08:00
detect-openssl.patch [fix][ffmpeg] fixing linux build (#5917) 2019-04-04 22:32:10 -07:00
FindFFMPEG.cmake [ffmpeg] Fix static linking on Windows, FindFFMPEG (#7739) 2019-08-19 08:41:49 -07:00
fix_libvpx_windows_linking.patch [FFmpeg] Add 'vpx' feature. (#6784) 2019-06-10 09:07:18 -07:00
fix_windowsinclude-in-ffmpegexe-1.patch ffmpeg: enable arm/arm64 windows support (#6590) 2019-06-06 16:04:27 -07:00
fix_windowsinclude-in-ffmpegexe-2.patch ffmpeg: enable arm/arm64 windows support (#6590) 2019-06-06 16:04:27 -07:00
fix-debug-build.patch [ffmpeg]Fix debug build in Windows. (#7476) 2019-08-06 16:25:50 -04:00
portfile.cmake Merge pull request #7608 from JackBoosY/dev/jack/ffmpeg_avresample 2019-08-14 14:46:42 -07:00
vcpkg-cmake-wrapper.cmake [many ports] improvements for linux/wsl (#6730) 2019-06-20 19:11:54 -07:00