Title: [225974] trunk/Source/ThirdParty/libwebrtc
Revision
225974
Author
m...@apple.com
Date
2017-12-15 07:39:27 -0800 (Fri, 15 Dec 2017)

Log Message

libwebrtc installs an extra copy of encoder_vcp.h under /usr/local/include
https://bugs.webkit.org/show_bug.cgi?id=180858

Reviewed by Anders Carlsson.

* libwebrtc.xcodeproj/project.pbxproj: Demoted the header from Private to Project. A script build phase
  copies it to the correct location under /usr/local/include/webrtc.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (225973 => 225974)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-12-15 15:38:29 UTC (rev 225973)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-12-15 15:39:27 UTC (rev 225974)
@@ -1,3 +1,13 @@
+2017-12-15  Dan Bernstein  <m...@apple.com>
+
+        libwebrtc installs an extra copy of encoder_vcp.h under /usr/local/include
+        https://bugs.webkit.org/show_bug.cgi?id=180858
+
+        Reviewed by Anders Carlsson.
+
+        * libwebrtc.xcodeproj/project.pbxproj: Demoted the header from Private to Project. A script build phase
+          copies it to the correct location under /usr/local/include/webrtc.
+
 2017-12-14  David Kilzer  <ddkil...@apple.com>
 
         Enable -Wstrict-prototypes for WebKit

Modified: trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj (225973 => 225974)


--- trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj	2017-12-15 15:38:29 UTC (rev 225973)
+++ trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj	2017-12-15 15:39:27 UTC (rev 225974)
@@ -165,7 +165,7 @@
 		414D71141E4AE98C0023E526 /* user_socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 414D71121E4AE9820023E526 /* user_socket.c */; };
 		414D71171E4AEAFB0023E526 /* sctp_indata.c in Sources */ = {isa = PBXBuildFile; fileRef = 414D71151E4AEACD0023E526 /* sctp_indata.c */; };
 		414D71191E4AEB110023E526 /* sctp_userspace.c in Sources */ = {isa = PBXBuildFile; fileRef = 414D71181E4AEB110023E526 /* sctp_userspace.c */; };
-		416D2F151FA8CCAE00097345 /* encoder_vcp.h in Headers */ = {isa = PBXBuildFile; fileRef = 416D2F131FA8CCAD00097345 /* encoder_vcp.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		416D2F151FA8CCAE00097345 /* encoder_vcp.h in Headers */ = {isa = PBXBuildFile; fileRef = 416D2F131FA8CCAD00097345 /* encoder_vcp.h */; };
 		416D2F161FA8CCAE00097345 /* encoder_vcp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 416D2F141FA8CCAD00097345 /* encoder_vcp.mm */; };
 		417DA4581EF9CD0D00E869DB /* RTCUIApplicationStatusObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 417DA4561EF9CD0A00E869DB /* RTCUIApplicationStatusObserver.h */; };
 		41A391731EFC447C00C4516A /* sha1-altivec.c in Sources */ = {isa = PBXBuildFile; fileRef = 41A3914F1EFC446E00C4516A /* sha1-altivec.c */; };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to