<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[211903] trunk/Source/ThirdParty/libwebrtc</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/211903">211903</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2017-02-08 14:50:18 -0800 (Wed, 08 Feb 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fix libwebrtc build.
https://bugs.webkit.org/show_bug.cgi?id=168017

* Configurations/libwebrtc.xcconfig:
Trying to compile audio_device_not_implemented_ios.mm on Mac doesn't work.
* libwebrtc.xcodeproj/project.pbxproj:
Add some neon files.  They are nicely protected by macros at the top, so their contents are only compiled if necessary.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceThirdPartylibwebrtcChangeLog">trunk/Source/ThirdParty/libwebrtc/ChangeLog</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcConfigurationslibwebrtcxcconfig">trunk/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtclibwebrtcxcodeprojprojectpbxproj">trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceThirdPartylibwebrtcChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (211902 => 211903)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/ChangeLog        2017-02-08 22:26:57 UTC (rev 211902)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog        2017-02-08 22:50:18 UTC (rev 211903)
</span><span class="lines">@@ -1,5 +1,15 @@
</span><span class="cx"> 2017-02-08  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        Fix libwebrtc build.
+        https://bugs.webkit.org/show_bug.cgi?id=168017
+
+        * Configurations/libwebrtc.xcconfig:
+        Trying to compile audio_device_not_implemented_ios.mm on Mac doesn't work.
+        * libwebrtc.xcodeproj/project.pbxproj:
+        Add some neon files.  They are nicely protected by macros at the top, so their contents are only compiled if necessary.
+
+2017-02-08  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
</ins><span class="cx">         Fix libwebrtc build on iOS simulator
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=168017
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcConfigurationslibwebrtcxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig (211902 => 211903)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig        2017-02-08 22:26:57 UTC (rev 211902)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/libwebrtc.xcconfig        2017-02-08 22:50:18 UTC (rev 211903)
</span><span class="lines">@@ -21,4 +21,4 @@
</span><span class="cx"> 
</span><span class="cx"> EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*] = *_sse.cc *_sse2.cc macutils.cc macwindowpicker.cc audio_device_mac.cc;
</span><span class="cx"> EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*] = macutils.cc macwindowpicker.cc audio_device_mac.cc;
</span><del>-EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = audio_device_ios.mm voice_processing_audio_unit.mm RTCAudioSessionConfiguration.m RTCAudioSessionDelegateAdapter.mm RTCAudioSession.mm RTCAudioSession+Configuration.mm;
</del><ins>+EXCLUDED_SOURCE_FILE_NAMES[sdk=macosx*] = audio_device_ios.mm voice_processing_audio_unit.mm audio_device_not_implemented_ios.mm RTCAudioSessionConfiguration.m RTCAudioSessionDelegateAdapter.mm RTCAudioSession.mm RTCAudioSession+Configuration.mm;
</ins></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtclibwebrtcxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj (211902 => 211903)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj        2017-02-08 22:26:57 UTC (rev 211902)
+++ trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj        2017-02-08 22:50:18 UTC (rev 211903)
</span><span class="lines">@@ -2482,6 +2482,14 @@
</span><span class="cx">                 5CFD53811E4BA4F500482908 /* voice_processing_audio_unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CFD537A1E4BA4F500482908 /* voice_processing_audio_unit.h */; };
</span><span class="cx">                 5CFD53821E4BA4F500482908 /* voice_processing_audio_unit.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD537B1E4BA4F500482908 /* voice_processing_audio_unit.mm */; settings = {COMPILER_FLAGS = &quot;-fobjc-arc&quot;; }; };
</span><span class="cx">                 5CFD53841E4BBD8D00482908 /* audio_device_not_implemented_ios.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD53831E4BBD8D00482908 /* audio_device_not_implemented_ios.mm */; settings = {COMPILER_FLAGS = &quot;-fobjc-arc&quot;; }; };
</span><ins>+                5CFD538D1E4BD3A300482908 /* compare_neon.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD53851E4BD3A300482908 /* compare_neon.cc */; };
+                5CFD538E1E4BD3A300482908 /* compare_neon64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD53861E4BD3A300482908 /* compare_neon64.cc */; };
+                5CFD538F1E4BD3A300482908 /* rotate_neon.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD53871E4BD3A300482908 /* rotate_neon.cc */; };
+                5CFD53901E4BD3A300482908 /* rotate_neon64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD53881E4BD3A300482908 /* rotate_neon64.cc */; };
+                5CFD53911E4BD3A300482908 /* row_neon.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD53891E4BD3A300482908 /* row_neon.cc */; };
+                5CFD53921E4BD3A300482908 /* row_neon64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD538A1E4BD3A300482908 /* row_neon64.cc */; };
+                5CFD53931E4BD3A300482908 /* scale_neon.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD538B1E4BD3A300482908 /* scale_neon.cc */; };
+                5CFD53941E4BD3A300482908 /* scale_neon64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CFD538C1E4BD3A300482908 /* scale_neon64.cc */; };
</ins><span class="cx"> /* End PBXBuildFile section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXContainerItemProxy section */
</span><span class="lines">@@ -5186,6 +5194,14 @@
</span><span class="cx">                 5CFD537A1E4BA4F500482908 /* voice_processing_audio_unit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = voice_processing_audio_unit.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5CFD537B1E4BA4F500482908 /* voice_processing_audio_unit.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = voice_processing_audio_unit.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5CFD53831E4BBD8D00482908 /* audio_device_not_implemented_ios.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = audio_device_not_implemented_ios.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                5CFD53851E4BD3A300482908 /* compare_neon.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = compare_neon.cc; path = source/compare_neon.cc; sourceTree = &quot;&lt;group&gt;&quot;; };
+                5CFD53861E4BD3A300482908 /* compare_neon64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = compare_neon64.cc; path = source/compare_neon64.cc; sourceTree = &quot;&lt;group&gt;&quot;; };
+                5CFD53871E4BD3A300482908 /* rotate_neon.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rotate_neon.cc; path = source/rotate_neon.cc; sourceTree = &quot;&lt;group&gt;&quot;; };
+                5CFD53881E4BD3A300482908 /* rotate_neon64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rotate_neon64.cc; path = source/rotate_neon64.cc; sourceTree = &quot;&lt;group&gt;&quot;; };
+                5CFD53891E4BD3A300482908 /* row_neon.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = row_neon.cc; path = source/row_neon.cc; sourceTree = &quot;&lt;group&gt;&quot;; };
+                5CFD538A1E4BD3A300482908 /* row_neon64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = row_neon64.cc; path = source/row_neon64.cc; sourceTree = &quot;&lt;group&gt;&quot;; };
+                5CFD538B1E4BD3A300482908 /* scale_neon.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = scale_neon.cc; path = source/scale_neon.cc; sourceTree = &quot;&lt;group&gt;&quot;; };
+                5CFD538C1E4BD3A300482908 /* scale_neon64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = scale_neon64.cc; path = source/scale_neon64.cc; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 5D7C59C51208C68B001C873E /* libwebrtc.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = libwebrtc.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5D7C59C61208C68B001C873E /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5D7C59C71208C68B001C873E /* DebugRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugRelease.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -6618,6 +6634,8 @@
</span><span class="cx">                                 5C4B4D341E4323D4002651C8 /* compare.cc */,
</span><span class="cx">                                 5C4B4D2F1E4323D4002651C8 /* compare_common.cc */,
</span><span class="cx">                                 5CDD84211E439BCB00621E92 /* compare_gcc.cc */,
</span><ins>+                                5CFD53851E4BD3A300482908 /* compare_neon.cc */,
+                                5CFD53861E4BD3A300482908 /* compare_neon64.cc */,
</ins><span class="cx">                                 5C4B4D3B1E4323D4002651C8 /* convert.cc */,
</span><span class="cx">                                 5C4B4D351E4323D4002651C8 /* convert_argb.cc */,
</span><span class="cx">                                 5C4B4D371E4323D4002651C8 /* convert_from.cc */,
</span><span class="lines">@@ -6634,14 +6652,20 @@
</span><span class="cx">                                 5C4B4D411E4323D4002651C8 /* rotate_argb.cc */,
</span><span class="cx">                                 5C4B4D421E4323D4002651C8 /* rotate_common.cc */,
</span><span class="cx">                                 5CDD84221E439BCB00621E92 /* rotate_gcc.cc */,
</span><ins>+                                5CFD53871E4BD3A300482908 /* rotate_neon.cc */,
+                                5CFD53881E4BD3A300482908 /* rotate_neon64.cc */,
</ins><span class="cx">                                 5C4B4D491E4323D4002651C8 /* row_any.cc */,
</span><span class="cx">                                 5C4B4D4A1E4323D4002651C8 /* row_common.cc */,
</span><span class="cx">                                 5CDD84231E439BCB00621E92 /* row_gcc.cc */,
</span><ins>+                                5CFD53891E4BD3A300482908 /* row_neon.cc */,
+                                5CFD538A1E4BD3A300482908 /* row_neon64.cc */,
</ins><span class="cx">                                 5C4B4D591E4323D4002651C8 /* scale.cc */,
</span><span class="cx">                                 5C4B4D511E4323D4002651C8 /* scale_any.cc */,
</span><span class="cx">                                 5C4B4D521E4323D4002651C8 /* scale_argb.cc */,
</span><span class="cx">                                 5C4B4D531E4323D4002651C8 /* scale_common.cc */,
</span><span class="cx">                                 5CDD84241E439BCB00621E92 /* scale_gcc.cc */,
</span><ins>+                                5CFD538B1E4BD3A300482908 /* scale_neon.cc */,
+                                5CFD538C1E4BD3A300482908 /* scale_neon64.cc */,
</ins><span class="cx">                                 5C4B4D5A1E4323D4002651C8 /* video_common.cc */,
</span><span class="cx">                         );
</span><span class="cx">                         name = source;
</span><span class="lines">@@ -11296,6 +11320,8 @@
</span><span class="cx">                                 5CDD89411E43BF3A00621E92 /* common_header.cc in Sources */,
</span><span class="cx">                                 5C6CDD4B1E413598009754E3 /* common_types.cc in Sources */,
</span><span class="cx">                                 5CDD8B861E43C2B500621E92 /* comp_corr.c in Sources */,
</span><ins>+                                5CFD538D1E4BD3A300482908 /* compare_neon.cc in Sources */,
+                                5CFD538E1E4BD3A300482908 /* compare_neon64.cc in Sources */,
</ins><span class="cx">                                 5CDD86441E43B8B500621E92 /* complex_bit_reverse.c in Sources */,
</span><span class="cx">                                 5CDD86471E43B8B500621E92 /* complex_fft.c in Sources */,
</span><span class="cx">                                 5CDD89441E43BF3A00621E92 /* compound_packet.cc in Sources */,
</span><span class="lines">@@ -11668,6 +11694,10 @@
</span><span class="cx">                                 5CDD84BD1E43AF1300621E92 /* residual_echo_detector.cc in Sources */,
</span><span class="cx">                                 5C4B4C7A1E431F9C002651C8 /* ring_buffer.c in Sources */,
</span><span class="cx">                                 5CDD84BF1E43AF1300621E92 /* rms_level.cc in Sources */,
</span><ins>+                                5CFD538F1E4BD3A300482908 /* rotate_neon.cc in Sources */,
+                                5CFD53901E4BD3A300482908 /* rotate_neon64.cc in Sources */,
+                                5CFD53911E4BD3A300482908 /* row_neon.cc in Sources */,
+                                5CFD53921E4BD3A300482908 /* row_neon64.cc in Sources */,
</ins><span class="cx">                                 5CDD89671E43BF3A00621E92 /* rpsi.cc in Sources */,
</span><span class="cx">                                 5CDD896A1E43BF3A00621E92 /* rrtr.cc in Sources */,
</span><span class="cx">                                 5CDD904B1E43CF6100621E92 /* rtc_event_log.cc in Sources */,
</span><span class="lines">@@ -11762,6 +11792,8 @@
</span><span class="cx">                                 5C4B4CE41E4320A9002651C8 /* rw_lock.cc in Sources */,
</span><span class="cx">                                 5C4B4CDE1E4320A9002651C8 /* rw_lock_posix.cc in Sources */,
</span><span class="cx">                                 5CDD902F1E43CEDE00621E92 /* saturating_gain_estimator.cc in Sources */,
</span><ins>+                                5CFD53931E4BD3A300482908 /* scale_neon.cc in Sources */,
+                                5CFD53941E4BD3A300482908 /* scale_neon64.cc in Sources */,
</ins><span class="cx">                                 5C63F86D1E416288002CA531 /* scoped_autorelease_pool.mm in Sources */,
</span><span class="cx">                                 5C4B484F1E42C1AF002651C8 /* sctpdataengine.cc in Sources */,
</span><span class="cx">                                 5C63F96D1E41737B002CA531 /* sctputils.cc in Sources */,
</span></span></pre>
</div>
</div>

</body>
</html>