aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2021-05-06 15:14:23 +0100
committerGitHub <noreply@github.com>2021-05-06 07:14:23 -0700
commit00b0e7878a26afb84d1bcc581f529b1b985f19d2 (patch)
treee1d53f0d459979b6601a43143b7e674ce8809093 /ports
parent4e83da08875f8d0f051101d2a42e1171b4001b38 (diff)
downloadvcpkg-00b0e7878a26afb84d1bcc581f529b1b985f19d2.tar.gz
vcpkg-00b0e7878a26afb84d1bcc581f529b1b985f19d2.zip
[ffmpeg] avdevice CoreAudio dependency fix for osx (#17204)
* [ffmpeg] avdevice needs CoreAudio on osx * [ffmpeg] bump port version * [ffmpeg] x-add-version * [ffmpeg] version bump * [ffmpeg] x-add-version
Diffstat (limited to 'ports')
-rw-r--r--ports/ffmpeg/CONTROL2
-rw-r--r--ports/ffmpeg/FindFFMPEG.cmake.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL
index 2368a154d..7e077ceaf 100644
--- a/ports/ffmpeg/CONTROL
+++ b/ports/ffmpeg/CONTROL
@@ -1,6 +1,6 @@
Source: ffmpeg
Version: 4.3.2
-Port-Version: 9
+Port-Version: 10
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.
diff --git a/ports/ffmpeg/FindFFMPEG.cmake.in b/ports/ffmpeg/FindFFMPEG.cmake.in
index 0419a0777..c810bb98b 100644
--- a/ports/ffmpeg/FindFFMPEG.cmake.in
+++ b/ports/ffmpeg/FindFFMPEG.cmake.in
@@ -375,7 +375,7 @@ if(APPLE)
find_platform_dependent_libraries(NAMES OpenCL)
endif()
if(@ENABLE_AVDEVICE@)
- find_platform_dependent_libraries(NAMES AVFoundation CoreFoundation CoreGraphics Foundation)
+ find_platform_dependent_libraries(NAMES AVFoundation CoreAudio CoreFoundation CoreGraphics Foundation)
endif()
if(@ENABLE_AVFILTER@)
find_platform_dependent_libraries(NAMES OpenGL AppKit CoreImage)