Title: [227580] tags/Safari-606.1.1.3/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig
Revision
227580
Author
jmarc...@apple.com
Date
2018-01-24 15:19:03 -0800 (Wed, 24 Jan 2018)

Log Message

Apply patch. rdar://problem/36808496

    Adding VideoProcessing as linked framework to MacOS10.15

Modified Paths

Diff

Modified: tags/Safari-606.1.1.3/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig (227579 => 227580)


--- tags/Safari-606.1.1.3/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig	2018-01-24 23:01:41 UTC (rev 227579)
+++ tags/Safari-606.1.1.3/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig	2018-01-24 23:19:03 UTC (rev 227580)
@@ -42,3 +42,5 @@
 
 OTHER_LDFLAGS[sdk=macosx10.13*] = $(inherited) -framework VideoProcessing;
 OTHER_LDFLAGS[sdk=macosx10.14*] = $(inherited) -framework VideoProcessing;
+OTHER_LDFLAGS[sdk=macosx10.15*] = $(inherited) -framework VideoProcessing;
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to