Chromium Code Reviews
DescriptionFixing neteq_rtpplay
A regression happened in https://codereview.webrtc.org/2006723002,
causing neteq_rtpplay not to work. The problem was that when the main
code was moved inside of the webrtc::test namespace, it was no longer
visible to the linker. Meanwhile, the dependency on test_support_main
rather than test_support caused the executable to be a gtest.
In this fix, the gyp dependencies are corrected, and a main method is
added outside of the namespaces.
NOTRY=True
Committed: https://crrev.com/303d3e17823cfbef1275191627a5df53e729ffd8
Cr-Commit-Position: refs/heads/master@{#12918}
Patch Set 1 #
Total comments: 2
Patch Set 2 : All but main in unnamed namespace #
Messages
Total messages: 13 (5 generated)
|
||||||||||||||||||||||||||||