<!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>[211848] 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/211848">211848</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2017-02-07 17:07:13 -0800 (Tue, 07 Feb 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>[WebRTC] usrsctp (libwebrtc third party library) is not compiling
https://bugs.webkit.org/show_bug.cgi?id=167969

Patch by Youenn Fablet &lt;youenn@apple.com&gt; on 2017-02-07
Reviewed by Alex Christensen.

Also removing .gitignore files in libwebrtc directory.

* Source/.gitignore: Removed.
* Source/third_party/boringssl/src/.gitignore: Removed.
* Source/third_party/gflags/src/.gitignore: Removed.
* Source/third_party/jsoncpp/source/.gitignore: Removed.
* Source/third_party/libyuv/.gitignore: Removed.
* Source/third_party/protobuf/.gitignore: Removed.
* Source/third_party/protobuf/csharp/.gitignore: Removed.
* Source/third_party/protobuf/ruby/.gitignore: Removed.
* Source/third_party/usrsctp/usrsctplib/.gitignore: Removed.
* Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c:
(sctp_process_cookie_existing):
* Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c:
* Source/tools/.gitignore: Removed.
* Source/webrtc/.gitignore: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceThirdPartylibwebrtcChangeLog">trunk/Source/ThirdParty/libwebrtc/ChangeLog</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyusrsctpusrsctplibusrsctplibnetinetsctp_inputc">trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyusrsctpusrsctplibusrsctplibnetinetsctp_outputc">trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcegitignore">trunk/Source/ThirdParty/libwebrtc/Source/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyboringsslsrcgitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partygflagssrcgitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/gflags/src/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyjsoncppsourcegitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/jsoncpp/source/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partylibyuvgitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/libyuv/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyopussrcgitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/opus/src/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyprotobufgitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyprotobufcsharpgitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/csharp/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyprotobufrubygitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/ruby/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcethird_partyusrsctpusrsctplibgitignore">trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcetoolsgitignore">trunk/Source/ThirdParty/libwebrtc/Source/tools/.gitignore</a></li>
<li><a href="#trunkSourceThirdPartylibwebrtcSourcewebrtcgitignore">trunk/Source/ThirdParty/libwebrtc/Source/webrtc/.gitignore</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceThirdPartylibwebrtcChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/ChangeLog        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,3 +1,27 @@
</span><ins>+2017-02-07  Youenn Fablet  &lt;youenn@apple.com&gt;
+
+        [WebRTC] usrsctp (libwebrtc third party library) is not compiling
+        https://bugs.webkit.org/show_bug.cgi?id=167969
+
+        Reviewed by Alex Christensen.
+
+        Also removing .gitignore files in libwebrtc directory.
+
+        * Source/.gitignore: Removed.
+        * Source/third_party/boringssl/src/.gitignore: Removed.
+        * Source/third_party/gflags/src/.gitignore: Removed.
+        * Source/third_party/jsoncpp/source/.gitignore: Removed.
+        * Source/third_party/libyuv/.gitignore: Removed.
+        * Source/third_party/protobuf/.gitignore: Removed.
+        * Source/third_party/protobuf/csharp/.gitignore: Removed.
+        * Source/third_party/protobuf/ruby/.gitignore: Removed.
+        * Source/third_party/usrsctp/usrsctplib/.gitignore: Removed.
+        * Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c:
+        (sctp_process_cookie_existing):
+        * Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c:
+        * Source/tools/.gitignore: Removed.
+        * Source/webrtc/.gitignore: Removed.
+
</ins><span class="cx"> 2017-02-07  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Move webrtc/pc to own Xcode target
</span></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcegitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,178 +0,0 @@
</span><del>-*.DS_Store
-*.Makefile
-*.host.mk
-*.ncb
-*.ninja
-*.props
-*.pyc
-*.rules
-*.scons
-*.sdf
-*.sln
-*.suo
-*.target.mk
-*.targets
-*.user
-*.vcproj
-*.vcxproj
-*.vcxproj.filters
-*.vpj
-*.vpw
-*.vpwhistu
-*.vtg
-*.xcodeproj
-*.xcworkspace
-*_proto.xml
-*_proto_cpp.xml
-*~
-.*.sw?
-.classpath
-.cproject
-.gdb_history
-.gdbinit
-.landmines
-.metadata
-.project
-.pydevproject
-.settings
-.sw?
-/Makefile
-/base
-/build
-/buildtools
-/chromium/.gclient.tmp
-/chromium/.gclient.tmp_entries
-/chromium/.last_sync_chromium
-/chromium/_bad_scm
-/chromium/src
-/gyp-mac-tool
-/links
-/links.db
-/mojo
-/out
-/resources/**/*.aecdump
-/resources/**/*.bin
-/resources/**/*.byte
-/resources/**/*.chn
-/resources/**/*.dat
-/resources/**/*.frames
-/resources/**/*.gai
-/resources/**/*.jpg
-/resources/**/*.pcap
-/resources/**/*.pcm
-/resources/**/*.rtp
-/resources/**/*.rtpdump
-/resources/**/*.rx
-/resources/**/*.wav
-/resources/**/*.yuv
-/resources/**/*.BIT*
-/resources/**/*.INP
-/resources/**/*.OUT*
-/testing
-/third_party/BUILD.gn
-/third_party/WebKit
-/third_party/WebKit/Tools/Scripts
-/third_party/accessibility_test_framework
-/third_party/afl
-/third_party/android_platform
-/third_party/android_tools
-/third_party/apache_velocity
-/third_party/appurify-python
-/third_party/asan
-/third_party/ashmem
-/third_party/binutils
-/third_party/boringssl
-/third_party/bouncycastle
-/third_party/byte_buddy
-/third_party/catapult
-/third_party/ced
-/third_party/clang_format
-/third_party/class-dump
-/third_party/closure_compiler
-/third_party/colorama
-/third_party/cygwin
-/third_party/directxsdk
-/third_party/expat
-/third_party/ffmpeg
-/third_party/gaeunit
-/third_party/gflags/src
-/third_party/google-visualization-python
-/third_party/guava
-/third_party/hamcrest
-/third_party/icu
-/third_party/icu4j
-/third_party/ijar
-/third_party/instrumented_libraries
-/third_party/intellij
-/third_party/jsoncpp
-/third_party/jsr-305
-/third_party/junit
-/third_party/junit-jar
-/third_party/libFuzzer
-/third_party/libc++
-/third_party/libc++-static
-/third_party/libc++abi
-/third_party/libjingle
-/third_party/libjpeg
-/third_party/libjpeg_turbo
-/third_party/libsrtp
-/third_party/libvpx
-/third_party/libxml
-/third_party/libyuv
-/third_party/llvm
-/third_party/llvm-build
-/third_party/lss
-/third_party/mockito
-/third_party/modp_b64
-/third_party/nss
-/third_party/oauth2
-/third_party/objenesis
-/third_party/ocmock
-/third_party/openh264
-/third_party/openmax_dl
-/third_party/opus
-/third_party/ow2_asm
-/third_party/proguard
-/third_party/protobuf
-/third_party/requests
-/third_party/robolectric
-/third_party/sqlite
-/third_party/sqlite4java
-/third_party/syzygy
-/third_party/tcmalloc
-/third_party/usrsctp
-/third_party/valgrind
-/third_party/winsdk_samples/src
-/third_party/yasm
-/third_party/zlib
-/tools/android
-/tools/clang
-/tools/determinism
-/tools/generate_library_loader
-/tools/generate_stubs
-/tools/gn
-/tools/grit
-/tools/gyp
-/tools/isolate_driver.py
-/tools/luci-go
-/tools/mb
-/tools/memory
-/tools/protoc_wrapper
-/tools/python
-/tools/sanitizer_options
-/tools/swarming_client
-/tools/telemetry
-/tools/tsan_suppressions
-/tools/valgrind
-/tools/video_quality_toolchain/linux/ffmpeg
-/tools/video_quality_toolchain/linux/zxing
-/tools/video_quality_toolchain/mac/ffmpeg
-/tools/video_quality_toolchain/mac/zxing
-/tools/video_quality_toolchain/win/*.dll
-/tools/video_quality_toolchain/win/*.exe
-/tools/vim
-/tools/win
-/tools/xdisplaycheck
-/tools/whitespace.txt
-/x86-generic_out/
-/xcodebuild
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyboringsslsrcgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/boringssl/src/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,6 +0,0 @@
</span><del>-build/
-ssl/test/runner/runner
-*.swp
-*.swo
-doc/*.html
-doc/doc.css
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partygflagssrcgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/gflags/src/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/gflags/src/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/gflags/src/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-/xcode/
-/build/
-/build-*/
-.DS_Store
-CMakeCache.txt
-DartConfiguration.tcl
-Makefile
-CMakeFiles/
-/Testing/
-/include/gflags/config.h
-/include/gflags/gflags_completions.h
-/include/gflags/gflags_declare.h
-/include/gflags/gflags.h
-/lib/
-/test/gflags_unittest_main.cc
-/test/gflags_unittest-main.cc
-/packages/
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyjsoncppsourcegitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/jsoncpp/source/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/jsoncpp/source/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/jsoncpp/source/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-*.pyc
-*.swp
-
-*.actual
-*.actual-rewrite
-*.process-output
-*.rewrite
-bin/
-buildscons/
-libs/
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partylibyuvgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/libyuv/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/libyuv/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/libyuv/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-*.pyc
-.landmines
-pin-log.txt
-/base
-/build
-/buildtools
-/chromium/.gclient.tmp
-/chromium/.gclient.tmp_entries
-/chromium/.last_sync_chromium
-/chromium/src/
-/google_apis
-/links
-/links.db
-/mojo
-/native_client
-/net
-/out
-/sde-avx-sse-transition-out.txt
-/testing
-/third_party/accessibility_test_framework
-/third_party/android_platform
-/third_party/android_tools
-/third_party/apache_velocity
-/third_party/appurify-python
-/third_party/asan
-/third_party/ashmem
-/third_party/binutils
-/third_party/bouncycastle
-/third_party/BUILD.gn
-/third_party/catapult
-/third_party/ced
-/third_party/class-dump
-/third_party/closure_compiler
-/third_party/drmemory
-/third_party/gflags/src
-/third_party/guava
-/third_party/hamcrest
-/third_party/icu
-/third_party/icu4j
-/third_party/ijar
-/third_party/instrumented_libraries
-/third_party/intellij
-/third_party/jsr-305
-/third_party/junit
-/third_party/libjpeg
-/third_party/libjpeg_turbo
-/third_party/libxml
-/third_party/llvm
-/third_party/llvm-build
-/third_party/lss
-/third_party/mockito
-/third_party/modp_b64
-/third_party/ow2_asm
-/third_party/proguard
-/third_party/protobuf
-/third_party/requests
-/third_party/robolectric
-/third_party/sqlite4java
-/third_party/tcmalloc
-/third_party/WebKit
-/third_party/yasm
-/third_party/zlib
-/tools/android
-/tools/clang
-/tools/generate_library_loader
-/tools/gn
-/tools/grit
-/tools/gritsettings/README
-/tools/gritsettings/resource_ids
-/tools/gyp
-/tools/isolate_driver.py
-/tools/memory
-/tools/protoc_wrapper
-/tools/python
-/tools/sanitizer_options
-/tools/swarming_client
-/tools/tsan_suppressions
-/tools/valgrind
-/tools/valgrind-libyuv/libyuv_tests.bat
-/tools/valgrind-libyuv/libyuv_tests.py
-/tools/valgrind-libyuv/libyuv_tests.sh
-/tools/valgrind-libyuv/memcheck/OWNERS
-/tools/valgrind-libyuv/memcheck/PRESUBMIT.py
-/tools/valgrind-libyuv/memcheck/suppressions.txt
-/tools/valgrind-libyuv/memcheck/suppressions_mac.txt
-/tools/valgrind-libyuv/memcheck/suppressions_win32.txt
-/tools/valgrind-libyuv/tsan/OWNERS
-/tools/valgrind-libyuv/tsan/PRESUBMIT.py
-/tools/valgrind-libyuv/tsan/suppressions.txt
-/tools/valgrind-libyuv/tsan/suppressions_mac.txt
-/tools/valgrind-libyuv/tsan/suppressions_win32.txt
-/tools/vim
-/tools/win
-
-# Files generated by CMake build
-cmake_install.cmake
-CMakeCache.txt
-CMakeFiles/
-convert
-libgtest.a
-libyuv.a
-libyuv_unittest
-
-# Files generated by winarm.mk build
-libyuv_arm.lib
-source/*.o
-
-# Files generated by perf
-perf.data
-perf.data.old
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyopussrcgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/opus/src/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/opus/src/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/opus/src/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,83 +0,0 @@
</span><del>-Doxyfile
-Makefile
-Makefile.in
-TAGS
-aclocal.m4
-autom4te.cache
-*.kdevelop.pcs
-*.kdevses
-compile
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-depcomp
-INSTALL
-install-sh
-.deps
-.libs
-.dirstamp
-*.a
-*.exe
-*.la
-*-gnu.S
-testcelt
-libtool
-ltmain.sh
-missing
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-opus_compare
-opus_demo
-repacketizer_demo
-stamp-h1
-test-driver
-*.sw*
-*.o
-*.lo
-*.pc
-*.tar.gz
-*~
-tests/*test
-tests/test_opus_api
-tests/test_opus_decode
-tests/test_opus_encode
-tests/test_opus_padding
-celt/arm/armopts.s
-celt/dump_modes/dump_modes
-celt/tests/test_unit_cwrs32
-celt/tests/test_unit_dft
-celt/tests/test_unit_entropy
-celt/tests/test_unit_laplace
-celt/tests/test_unit_mathops
-celt/tests/test_unit_mdct
-celt/tests/test_unit_rotation
-celt/tests/test_unit_types
-doc/doxygen_sqlite3.db
-doc/doxygen-build.stamp
-doc/html
-doc/latex
-doc/man
-package_version
-version.h
-celt/Debug
-celt/Release
-celt/x64
-silk/Debug
-silk/Release
-silk/x64
-silk/fixed/Debug
-silk/fixed/Release
-silk/fixed/x64
-silk/float/Debug
-silk/float/Release
-silk/float/x64
-src/Debug
-src/Release
-src/x64
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyprotobufgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,117 +0,0 @@
</span><del>-# autogen.sh-generated files
-Makefile.in
-src/Makefile.in
-config.guess
-config.h.in
-config.sub
-configure
-depcomp
-install-sh
-ltmain.sh
-missing
-
-aclocal.m4
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-autom4te.cache
-
-# downloaded files
-gmock
-
-# in-tree configure-generated files
-Makefile
-src/Makefile
-/config.h
-config.log
-config.status
-
-libtool
-protobuf-lite.pc
-protobuf.pc
-.deps
-stamp-h1
-
-# in-tree build products
-*.o
-*.lo
-*.la
-src/.libs
-*.so
-
-.dirstamp
-
-any_test.pb.*
-map*unittest.pb.*
-unittest*.pb.*
-cpp_test*.pb.*
-src/google/protobuf/util/**/*.pb.cc
-src/google/protobuf/util/**/*.pb.h
-
-*.pyc
-*.egg-info
-*_pb2.py
-python/*.egg
-python/.eggs/
-python/.tox
-python/build/
-python/google/protobuf/compiler/
-python/google/protobuf/util/
-
-src/protoc
-src/unittest_proto_middleman
-
-# Generated test scaffolding
-src/protobuf*-test
-src/test_plugin
-src/testzip.*
-src/zcg*zip
-ar-lib
-
-test-driver
-compile
-
-src/**/*.log
-src/**/*.trs
-
-# JavaBuild output.
-java/target
-javanano/target
-
-# Windows native output.
-cmake/build
-build_msvc
-
-# NuGet packages: we want the repository configuration, but not the
-# packages themselves.
-/csharp/src/packages/*/
-
-# Directories created by opening the Objective C Xcode projects.
-objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcuserdata/
-objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/ProtocolBuffers_OSX.xccheckout
-objectivec/ProtocolBuffers_OSX.xcodeproj/xcuserdata/
-objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcuserdata/
-objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/ProtocolBuffers_iOS.xccheckout
-objectivec/ProtocolBuffers_iOS.xcodeproj/xcuserdata/
-# OS X's Finder creates these for state about opened windows/etc.
-**/.DS_Store
-
-# Comformance test output
-conformance/.libs/
-conformance/com/
-conformance/conformance-cpp
-conformance/conformance-csharp
-conformance/conformance-java
-conformance/conformance-objc
-conformance/conformance-test-runner
-conformance/conformance.pb.cc
-conformance/conformance.pb.h
-conformance/Conformance.pbobjc.h
-conformance/Conformance.pbobjc.m
-conformance/conformance.rb
-conformance/google/
-conformance/javac_middleman
-conformance/lite/
-conformance/protoc_middleman
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyprotobufcsharpgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/csharp/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/csharp/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/csharp/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-#
-#         Untracked directories
-#
-src/AddressBook/bin
-src/AddressBook/obj
-src/Google.Protobuf/bin/
-src/Google.Protobuf/obj/
-src/Google.Protobuf.Conformance/bin/
-src/Google.Protobuf.Conformance/obj/
-src/Google.Protobuf.Test/bin/
-src/Google.Protobuf.Test/obj/
-src/Google.Protobuf.JsonDump/bin/
-src/Google.Protobuf.JsonDump/obj/
-mono/bin
-mono/tmp
-mono/protoc
-build_output
-build_temp
-build/msbuild*.log
-lib/Microsoft.Silverlight.Testing
-lib/NUnit
-
-#
-#         Untracked files
-#
-*.user
-*.suo
-*.nupkg
-_ReSharper.*
-*.sln.cache
-mono/TestResult.xml
-mono/.libs
-mono/*.exe
-mono/*.dll
-lib/protoc.exe
-*.ncrunch*
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyprotobufrubygitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/ruby/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/ruby/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/protobuf/ruby/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-*.bundle
-tags
-.idea/
-lib/google/protobuf_java.jar
-protobuf-jruby.iml
-target/
-pkg/
-tmp/
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyusrsctpusrsctplibgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,70 +0,0 @@
</span><del>-# Object files
-*.o
-*.ko
-*.obj
-*.elf
-
-# Precompiled Headers
-*.gch
-*.pch
-
-# Libraries
-*.lib
-*.a
-*.la
-*.lo
-
-# Shared objects (inc. Windows DLLs)
-*.dll
-*.so
-*.so.*
-*.dylib
-
-# Executables
-*.exe
-*.out
-*.app
-*.i*86
-*.x86_64
-*.hex
-
-# Debug files
-*.dSYM
-
-# Automake and make releated stuff
-Makefile
-Makefile.in
-.deps
-.libs
-/autom4te.cache
-/aclocal.m4
-/compile
-/configure
-/depcomp
-/install-sh
-/missing
-/stamp-h1
-/config.guess
-/config.log
-/config.status
-/config.sub
-/libtool
-/ltmain.sh
-/m4
-.dirstamp
-
-# binaries
-programs/client
-programs/daytime_server
-programs/discard_server
-programs/echo_server
-programs/ekr_client
-programs/ekr_loop
-programs/ekr_peer
-programs/ekr_server
-programs/rtcweb
-programs/tsctp
-programs/test_libmgmt
-
-# callgrind
-callgrind.out*
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyusrsctpusrsctplibusrsctplibnetinetsctp_inputc"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1729,12 +1729,13 @@
</span><span class="cx">                                  * since we did not send a HB make sure we
</span><span class="cx">                                  * don't double things
</span><span class="cx">                                  */
</span><ins>+                struct timeval time_entered;
</ins><span class="cx">                                 net-&gt;hb_responded = 1;
</span><span class="cx">                                 net-&gt;RTO = sctp_calculate_rto(stcb, asoc, net,
</span><del>-                                                              &amp;cookie-&gt;time_entered,
</del><ins>+                                                              &amp;time_entered,
</ins><span class="cx">                                                               sctp_align_unsafe_makecopy,
</span><span class="cx">                                                               SCTP_RTT_FROM_NON_DATA);
</span><del>-
</del><ins>+                cookie-&gt;time_entered = time_entered;
</ins><span class="cx">                                 if (stcb-&gt;asoc.sctp_autoclose_ticks &amp;&amp;
</span><span class="cx">                                     (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTOCLOSE))) {
</span><span class="cx">                                         sctp_timer_start(SCTP_TIMER_TYPE_AUTOCLOSE,
</span><span class="lines">@@ -2481,10 +2482,12 @@
</span><span class="cx">         }
</span><span class="cx">         (void)SCTP_GETTIME_TIMEVAL(&amp;stcb-&gt;asoc.time_entered);
</span><span class="cx">         if ((netp != NULL) &amp;&amp; (*netp != NULL)) {
</span><ins>+        struct timeval time_entered;
</ins><span class="cx">                 /* calculate the RTT and set the encaps port */
</span><span class="cx">                 (*netp)-&gt;RTO = sctp_calculate_rto(stcb, asoc, *netp,
</span><del>-                                                  &amp;cookie-&gt;time_entered, sctp_align_unsafe_makecopy,
</del><ins>+                                                  &amp;time_entered, sctp_align_unsafe_makecopy,
</ins><span class="cx">                                                   SCTP_RTT_FROM_NON_DATA);
</span><ins>+        cookie-&gt;time_entered = time_entered;
</ins><span class="cx">         }
</span><span class="cx">         /* respond with a COOKIE-ACK */
</span><span class="cx">         sctp_send_cookie_ack(stcb);
</span></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcethird_partyusrsctpusrsctplibusrsctplibnetinetsctp_outputc"></a>
<div class="modfile"><h4>Modified: trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -6004,9 +6004,10 @@
</span><span class="cx">          */
</span><span class="cx">         memset(&amp;stc, 0, sizeof(struct sctp_state_cookie));
</span><span class="cx"> 
</span><ins>+    struct timeval time_entered;
</ins><span class="cx">         /* the time I built cookie */
</span><del>-        (void)SCTP_GETTIME_TIMEVAL(&amp;stc.time_entered);
-
</del><ins>+        (void)SCTP_GETTIME_TIMEVAL(&amp;time_entered);
+    stc.time_entered = time_entered;
</ins><span class="cx">         /* populate any tie tags */
</span><span class="cx">         if (asoc != NULL) {
</span><span class="cx">                 /* unlock before tag selections */
</span></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcetoolsgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/tools/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/tools/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/tools/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-*.pyc
-*~
-.*.sw?
-.DS_Store
-.code_review_password
-.cproject
-.metadata
-.project
-.pydevproject
-.settings
-.status_password
-/third_party/gaeunit
-/third_party/google-visualization-python
-/third_party/oauth2
</del></span></pre></div>
<a id="trunkSourceThirdPartylibwebrtcSourcewebrtcgitignore"></a>
<div class="delfile"><h4>Deleted: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/.gitignore (211847 => 211848)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/.gitignore        2017-02-08 01:04:21 UTC (rev 211847)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/.gitignore        2017-02-08 01:07:13 UTC (rev 211848)
</span><span class="lines">@@ -1,29 +0,0 @@
</span><del>-# This file is for projects that checkout webrtc/ directly (e.g. Chromium). It
-# is a truncated copy of the .gitignore file in the parent directory.
-*.DS_Store
-*.Makefile
-*.host.mk
-*.ncb
-*.ninja
-*.props
-*.pyc
-*.rules
-*.scons
-*.sdf
-*.sln
-*.suo
-*.target.mk
-*.targets
-*.user
-*.vcproj
-*.vcxproj
-*.vcxproj.filters
-*.vpj
-*.vpw
-*.vpwhistu
-*.vtg
-*.xcodeproj
-*_proto.xml
-*_proto_cpp.xml
-*~
-.*.sw?
</del></span></pre>
</div>
</div>

</body>
</html>