summaryrefslogtreecommitdiff
path: root/third_party/build/webrtc/notes.txt
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-08-29 08:44:54 +0000
committerRiza Sulistyo <riza@teluu.com>2016-08-29 08:44:54 +0000
commit4b1f511080b563d3d1235b48748c1ca8666968ce (patch)
tree853fc26e6e122d081bddda787ef54a877fa05cb9 /third_party/build/webrtc/notes.txt
parentc07c997e21663b42c0e1c870fd5764e5b55df15a (diff)
Re #1954: Add support for VS2005.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5433 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/build/webrtc/notes.txt')
-rw-r--r--third_party/build/webrtc/notes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/build/webrtc/notes.txt b/third_party/build/webrtc/notes.txt
index dc47aeba..393753fc 100644
--- a/third_party/build/webrtc/notes.txt
+++ b/third_party/build/webrtc/notes.txt
@@ -1,2 +1,8 @@
Notes:
* Source code for webrtc from https://chromium.googlesource.com/external/webrtc circa Oct 2015.
+
+Modification to original source to build on VS2005 which don't support C99 syntax
+(declare all variables at the beginning of a scope block).
+- modules\audio_processing\aec\aec_core.c
+- modules\audio_processing\ns\ns_core.c
+- modules\audio_processing\ns\nsx_core.c \ No newline at end of file