mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 14:27:51 +08:00
9a6f38041f
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
52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
Source: ffmpeg
|
|
Version: 4.1-11
|
|
Build-Depends: zlib
|
|
Homepage: https://ffmpeg.org
|
|
Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
|
|
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.
|
|
|
|
Feature: ffmpeg
|
|
Description: build the ffmpeg.exe application
|
|
|
|
Feature: ffserver
|
|
Description: ffserver appplication support in ffmpeg
|
|
|
|
Feature: ffplay
|
|
Description: ffplay appplication support in ffmpeg
|
|
|
|
Feature: ffprobe
|
|
Description: ffprobe appplication support in ffmpeg
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl, ffmpeg[nonfree]
|
|
Description: openssl support in ffmpeg
|
|
|
|
Feature: lzma
|
|
Build-Depends: liblzma
|
|
Description: lzma support in ffmpeg
|
|
|
|
Feature: bzip2
|
|
Build-Depends: bzip2
|
|
Description: bzip2 support in ffmpeg
|
|
|
|
Feature: vpx
|
|
Build-Depends: libvpx
|
|
Description: WebM VP8/VP9 support in ffmpeg
|
|
|
|
Feature: x264
|
|
Build-Depends: x264, ffmpeg[gpl]
|
|
Description: x264 support in ffmpeg
|
|
|
|
Feature: opencl
|
|
Build-Depends: opencl
|
|
Description: opencl support in ffmpeg
|
|
|
|
Feature: nonfree
|
|
Description: allow nonfree and unredistributable libraries
|
|
|
|
Feature: gpl
|
|
Description: allow GPL licensed libraries
|
|
|
|
Feature: avresample
|
|
Description: Libav audio resampling library support in ffmpeg
|