mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
4eaa3d2118
* Update to GStreamer v1.20.3 * Fixed gst-plugins-bad * Made optional dependences features * Added webrtc feature * webrtc dependency fixes Set meson option 'gst_debug' to true for both debug and release configurations Enabled dtls and srtp plugins Fixed srtp plugin * [gstreamer] Changed version to 1.20.4 * [gstreamer] Reworked port file * [gst-rtsp-server] Updated to version 1.20.4 * [opencv4] Update GStreamer dependency * [qtmultimedia] Update GStreamer dependency * [qtmultimedia] Enabled AVFoundation (part of the Apple Frameworks) * [qtbase] Fix PCRE2 static linking for GLib * Added versions Co-authored-by: Gerard Ryan <gerard.ryan@immersaview.com> Co-authored-by: David Ely <david.ely@immersaview.com>
14 lines
515 B
Diff
14 lines
515 B
Diff
diff --git a/src/plugins/multimedia/darwin/CMakeLists.txt b/src/plugins/multimedia/darwin/CMakeLists.txt
|
|
index a1a0cb1..242ceac 100644
|
|
--- a/src/plugins/multimedia/darwin/CMakeLists.txt
|
|
+++ b/src/plugins/multimedia/darwin/CMakeLists.txt
|
|
@@ -34,7 +34,7 @@ qt_internal_add_plugin(QDarwinMediaPlugin
|
|
${FWMetal}
|
|
${FWQuartzCore}
|
|
${FWAudioToolbox}
|
|
- AVFoundation::AVFoundation
|
|
+ ${FWAVFoundation}
|
|
)
|
|
|
|
qt_internal_extend_target(QDarwinMediaPlugin CONDITION NOT TVOS
|