Title: [236823] trunk/Source/ThirdParty/libwebrtc
Revision
236823
Author
m...@apple.com
Date
2018-10-03 20:27:20 -0700 (Wed, 03 Oct 2018)

Log Message

Addressed the warning “no rule to process file 'Source/ThirdParty/libwebrtc/Source/third_party/yasm-1.3.0/modules/objfmts/macho/Makefile.inc' of type sourcecode.pascal for architecture x86_64”

* libwebrtc.xcodeproj/project.pbxproj: Removed Makefile.inc from the yasm target’s Compile
  Sources build phase.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (236822 => 236823)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2018-10-04 02:04:08 UTC (rev 236822)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2018-10-04 03:27:20 UTC (rev 236823)
@@ -1,3 +1,10 @@
+2018-10-03  Dan Bernstein  <m...@apple.com>
+
+        Addressed the warning “no rule to process file 'Source/ThirdParty/libwebrtc/Source/third_party/yasm-1.3.0/modules/objfmts/macho/Makefile.inc' of type sourcecode.pascal for architecture x86_64”
+
+        * libwebrtc.xcodeproj/project.pbxproj: Removed Makefile.inc from the yasm target’s Compile
+          Sources build phase.
+
 2018-10-03  Youenn Fablet  <you...@apple.com>
 
         Add VP8 support to WebRTC

Modified: trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj (236822 => 236823)


--- trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj	2018-10-04 02:04:08 UTC (rev 236822)
+++ trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj	2018-10-04 03:27:20 UTC (rev 236823)
@@ -971,7 +971,6 @@
 		419C84C11FE31A0B0040C30F /* encoder_vcp.h in Headers */ = {isa = PBXBuildFile; fileRef = 419C849C1FE2FEC00040C30F /* encoder_vcp.h */; };
 		419C84CB1FE3252E0040C30F /* curve25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 419C847C1FE256B90040C30F /* curve25519.c */; };
 		419EA1F3215C48C70082BFD2 /* macho-objfmt.c in Sources */ = {isa = PBXBuildFile; fileRef = 419EA1F2215C48C70082BFD2 /* macho-objfmt.c */; };
-		419EA1F6215C49590082BFD2 /* Makefile.inc in Sources */ = {isa = PBXBuildFile; fileRef = 419EA1F4215C49580082BFD2 /* Makefile.inc */; };
 		419EA1F9215C4A9E0082BFD2 /* module.c in Sources */ = {isa = PBXBuildFile; fileRef = 419EA1F8215C4A9E0082BFD2 /* module.c */; };
 		419EA201215C4B270082BFD2 /* x86expr.c in Sources */ = {isa = PBXBuildFile; fileRef = 419EA1FD215C4B260082BFD2 /* x86expr.c */; };
 		419EA202215C4B270082BFD2 /* x86arch.c in Sources */ = {isa = PBXBuildFile; fileRef = 419EA1FE215C4B260082BFD2 /* x86arch.c */; };
@@ -15328,7 +15327,6 @@
 				41BE717C215C459000A7B196 /* inttree.c in Sources */,
 				41BE71CC215C464800A7B196 /* linemap.c in Sources */,
 				419EA1F3215C48C70082BFD2 /* macho-objfmt.c in Sources */,
-				419EA1F6215C49590082BFD2 /* Makefile.inc in Sources */,
 				41BE717D215C459000A7B196 /* md5.c in Sources */,
 				41BE717E215C459000A7B196 /* mergesort.c in Sources */,
 				419EA1F9215C4A9E0082BFD2 /* module.c in Sources */,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to