webrtc/talk/examples
Thiago Farina 91543731c3 Do not define POSIX.
It breaks integration with upstream re2 library on Chromium.

Without patching re2 library, with this define, it produces the
following error:

../../third_party/re2/re2/re2.h:254:5: error: expected identifier
    POSIX, // POSIX syntax, leftmost-longest match

As we define POSIX on the command line, the C preprocessor changes
RE2::POSIX to nothing and thus break the compilation. :(

See chromium-dev mailing list for this discussion in
https://groups.google.com/a/chromium.org/d/topic/chromium-dev/UXCHnX7pV44/discussion

BUG=None
TEST=ninja -C out/Debug, everything compiles as before
R=sergeyu@chromium.org, tommi@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/46049004

Patch from Thiago Farina <tfarina@chromium.org>.

Cr-Commit-Position: refs/heads/master@{#9032}
2015-04-20 11:14:22 +00:00
..
android Add an option to update mirror flag in Android video renderer. 2015-04-13 22:24:47 +00:00
androidtests Port some fixes in AppRTCDemo. 2015-04-06 21:02:34 +00:00
objc Bye request should use POST not GET 2015-03-25 20:01:29 +00:00
peerconnection Do not define POSIX. 2015-04-20 11:14:22 +00:00
relayserver Update libjingle license statements at top of talk files for consistency 2015-01-20 21:36:13 +00:00
stunserver Do not define POSIX. 2015-04-20 11:14:22 +00:00
turnserver Update libjingle license statements at top of talk files for consistency 2015-01-20 21:36:13 +00:00
OWNERS Add new OWNERS file to talk/examples. 2014-08-07 20:01:34 +00:00