Title: [240004] trunk/Source/ThirdParty/libwebrtc
Revision
240004
Author
[email protected]
Date
2019-01-15 14:13:30 -0800 (Tue, 15 Jan 2019)

Log Message

REGRESSION (r239510): Remove duplicate copy of srtpsession.cc from 'webrtcpcrtc' target in Xcode project

Fixes the following Xcode warning:

    warning: Skipping duplicate build file in Compile Sources build phase: Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtpsession.cc (in target 'webrtcpcrtc')

* libwebrtc.xcodeproj/project.pbxproj: Remove duplicate copy of
srtpsession.cc from 'webrtcpcrtc' target.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (240003 => 240004)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2019-01-15 22:10:42 UTC (rev 240003)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2019-01-15 22:13:30 UTC (rev 240004)
@@ -1,3 +1,14 @@
+2019-01-15  David Kilzer  <[email protected]>
+
+        REGRESSION (r239510): Remove duplicate copy of srtpsession.cc from 'webrtcpcrtc' target in Xcode project
+
+        Fixes the following Xcode warning:
+
+            warning: Skipping duplicate build file in Compile Sources build phase: Source/ThirdParty/libwebrtc/Source/webrtc/pc/srtpsession.cc (in target 'webrtcpcrtc')
+
+        * libwebrtc.xcodeproj/project.pbxproj: Remove duplicate copy of
+        srtpsession.cc from 'webrtcpcrtc' target.
+
 2019-01-10  Youenn Fablet  <[email protected]>
 
         VPModuleInitialize should be called when VCP is enabled

Modified: trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj (240003 => 240004)


--- trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj	2019-01-15 22:10:42 UTC (rev 240003)
+++ trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj	2019-01-15 22:13:30 UTC (rev 240004)
@@ -15759,7 +15759,6 @@
 				5C088C201E4AA44400403995 /* srtpfilter.cc in Sources */,
 				4100CDF921CAE33400F9B87D /* srtpsession.cc in Sources */,
 				41239B4D2147743A00396F81 /* video_stream_encoder_create.cc in Sources */,
-				4100CDF921CAE33400F9B87D /* srtpsession.cc in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to