<!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>[212036] 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/212036">212036</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2017-02-09 18:59:06 -0800 (Thu, 09 Feb 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fix El Capitan build.

* libwebrtc.xcodeproj/project.pbxproj:
Remove more SSE4 code.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceThirdPartylibwebrtcChangeLog">trunk/Source/ThirdParty/libwebrtc/ChangeLog</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 (212035 => 212036)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/ChangeLog        2017-02-10 02:42:20 UTC (rev 212035)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog        2017-02-10 02:59:06 UTC (rev 212036)
</span><span class="lines">@@ -1,5 +1,12 @@
</span><span class="cx"> 2017-02-09  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        Fix El Capitan build.
+
+        * libwebrtc.xcodeproj/project.pbxproj:
+        Remove more SSE4 code.
+
+2017-02-09  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
</ins><span class="cx">         Fix iOS and El Capitan builds of libwebrtc.
</span><span class="cx"> 
</span><span class="cx">         * Configurations/libwebrtc.xcconfig:
</span></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtclibwebrtcxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj (212035 => 212036)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj        2017-02-10 02:42:20 UTC (rev 212035)
+++ trunk/Source/ThirdParty/libwebrtc/libwebrtc.xcodeproj/project.pbxproj        2017-02-10 02:59:06 UTC (rev 212036)
</span><span class="lines">@@ -2140,11 +2140,6 @@
</span><span class="cx">                 5CDD8CA81E43C6F700621E92 /* audio_encoder_cng.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD8CA01E43C6F700621E92 /* audio_encoder_cng.h */; };
</span><span class="cx">                 5CDD8CAA1E43C6F700621E92 /* webrtc_cng.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD8CA41E43C6F700621E92 /* webrtc_cng.cc */; };
</span><span class="cx">                 5CDD8CAB1E43C6F700621E92 /* webrtc_cng.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD8CA51E43C6F700621E92 /* webrtc_cng.h */; };
</span><del>-                5CDD8D261E43C79C00621E92 /* celt_lpc_sse.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD8D141E43C76400621E92 /* celt_lpc_sse.c */; };
-                5CDD8D271E43C79C00621E92 /* celt_lpc_sse.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD8D151E43C76400621E92 /* celt_lpc_sse.h */; };
-                5CDD8D281E43C79C00621E92 /* pitch_sse.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD8D161E43C76400621E92 /* pitch_sse.c */; };
-                5CDD8D291E43C79C00621E92 /* pitch_sse.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD8D171E43C76400621E92 /* pitch_sse.h */; };
-                5CDD8D2A1E43C79C00621E92 /* pitch_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD8D181E43C76400621E92 /* pitch_sse2.c */; };
</del><span class="cx">                 5CDD8D2C1E43C79C00621E92 /* x86_celt_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD8D1A1E43C76400621E92 /* x86_celt_map.c */; };
</span><span class="cx">                 5CDD8D2D1E43C79C00621E92 /* x86cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CDD8D1B1E43C76400621E92 /* x86cpu.c */; };
</span><span class="cx">                 5CDD8D2E1E43C79C00621E92 /* x86cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CDD8D1C1E43C76400621E92 /* x86cpu.h */; };
</span><span class="lines">@@ -4916,11 +4911,6 @@
</span><span class="cx">                 5CDD8CDD1E43C75200621E92 /* static_modes_float.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = static_modes_float.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5CDD8CDF1E43C75200621E92 /* vq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vq.c; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5CDD8CE01E43C75200621E92 /* vq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vq.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                5CDD8D141E43C76400621E92 /* celt_lpc_sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = celt_lpc_sse.c; path = x86/celt_lpc_sse.c; sourceTree = &quot;&lt;group&gt;&quot;; };
-                5CDD8D151E43C76400621E92 /* celt_lpc_sse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = celt_lpc_sse.h; path = x86/celt_lpc_sse.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                5CDD8D161E43C76400621E92 /* pitch_sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pitch_sse.c; path = x86/pitch_sse.c; sourceTree = &quot;&lt;group&gt;&quot;; };
-                5CDD8D171E43C76400621E92 /* pitch_sse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pitch_sse.h; path = x86/pitch_sse.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                5CDD8D181E43C76400621E92 /* pitch_sse2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pitch_sse2.c; path = x86/pitch_sse2.c; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 5CDD8D1A1E43C76400621E92 /* x86_celt_map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x86_celt_map.c; path = x86/x86_celt_map.c; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5CDD8D1B1E43C76400621E92 /* x86cpu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = x86cpu.c; path = x86/x86cpu.c; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 5CDD8D1C1E43C76400621E92 /* x86cpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = x86cpu.h; path = x86/x86cpu.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -8746,11 +8736,6 @@
</span><span class="cx">                 5CDD8D131E43C75500621E92 /* x86 */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><del>-                                5CDD8D141E43C76400621E92 /* celt_lpc_sse.c */,
-                                5CDD8D151E43C76400621E92 /* celt_lpc_sse.h */,
-                                5CDD8D161E43C76400621E92 /* pitch_sse.c */,
-                                5CDD8D171E43C76400621E92 /* pitch_sse.h */,
-                                5CDD8D181E43C76400621E92 /* pitch_sse2.c */,
</del><span class="cx">                                 5CDD8D1A1E43C76400621E92 /* x86_celt_map.c */,
</span><span class="cx">                                 5CDD8D1B1E43C76400621E92 /* x86cpu.c */,
</span><span class="cx">                                 5CDD8D1C1E43C76400621E92 /* x86cpu.h */,
</span><span class="lines">@@ -9444,7 +9429,6 @@
</span><span class="cx">                                 5CDD8D321E43C79C00621E92 /* bands.h in Headers */,
</span><span class="cx">                                 5CDD8D381E43C79C00621E92 /* celt.h in Headers */,
</span><span class="cx">                                 5CDD8D361E43C79C00621E92 /* celt_lpc.h in Headers */,
</span><del>-                                5CDD8D271E43C79C00621E92 /* celt_lpc_sse.h in Headers */,
</del><span class="cx">                                 5CDD8E461E43C80C00621E92 /* control.h in Headers */,
</span><span class="cx">                                 5CDD8D391E43C79C00621E92 /* cpu_support.h in Headers */,
</span><span class="cx">                                 5CDD8D3B1E43C79C00621E92 /* cwrs.h in Headers */,
</span><span class="lines">@@ -9478,7 +9462,6 @@
</span><span class="cx">                                 5CDD8D511E43C79C00621E92 /* os_support.h in Headers */,
</span><span class="cx">                                 5CDD8D531E43C79C00621E92 /* pitch.h in Headers */,
</span><span class="cx">                                 5CDD8E711E43C80C00621E92 /* pitch_est_defines.h in Headers */,
</span><del>-                                5CDD8D291E43C79C00621E92 /* pitch_sse.h in Headers */,
</del><span class="cx">                                 5CDD8E741E43C80C00621E92 /* PLC.h in Headers */,
</span><span class="cx">                                 5CDD8D551E43C79C00621E92 /* quant_bands.h in Headers */,
</span><span class="cx">                                 5CDD8D571E43C79C00621E92 /* rate.h in Headers */,
</span><span class="lines">@@ -10832,7 +10815,6 @@
</span><span class="cx">                                 5CDD8D331E43C79C00621E92 /* celt_decoder.c in Sources */,
</span><span class="cx">                                 5CDD8D341E43C79C00621E92 /* celt_encoder.c in Sources */,
</span><span class="cx">                                 5CDD8D351E43C79C00621E92 /* celt_lpc.c in Sources */,
</span><del>-                                5CDD8D261E43C79C00621E92 /* celt_lpc_sse.c in Sources */,
</del><span class="cx">                                 5CDD8E401E43C80C00621E92 /* check_control_input.c in Sources */,
</span><span class="cx">                                 5CDD8E411E43C80C00621E92 /* CNG.c in Sources */,
</span><span class="cx">                                 5CDD8E421E43C80C00621E92 /* code_signs.c in Sources */,
</span><span class="lines">@@ -10921,8 +10903,6 @@
</span><span class="cx">                                 5CDD8F491E43CB1E00621E92 /* pitch_analysis_core_FIX.c in Sources */,
</span><span class="cx">                                 5CDD8EF41E43C9F600621E92 /* pitch_analysis_core_FLP.c in Sources */,
</span><span class="cx">                                 5CDD8E721E43C80C00621E92 /* pitch_est_tables.c in Sources */,
</span><del>-                                5CDD8D281E43C79C00621E92 /* pitch_sse.c in Sources */,
-                                5CDD8D2A1E43C79C00621E92 /* pitch_sse2.c in Sources */,
</del><span class="cx">                                 5CDD8E731E43C80C00621E92 /* PLC.c in Sources */,
</span><span class="cx">                                 5CDD8F4A1E43CB1E00621E92 /* prefilter_FIX.c in Sources */,
</span><span class="cx">                                 5CDD8EF51E43C9F600621E92 /* prefilter_FLP.c in Sources */,
</span></span></pre>
</div>
</div>

</body>
</html>