fetch webrtc
cd src
git checkout branch-heads/m79
gclient sync
gen out\x64\Release --args="...some args..."
ninja -C out\x64\Releaseis_debug=false
use_rtti=true
is_win_fastlink=true
rtc_use_h264=true
ffmpeg_branding="Chrome"
target_cpu="x64"
symbol_level=0
rtc_build_json=true
rtc_build_examples=false
rtc_build_opus=false
rtc_build_tools=false
rtc_include_ilbc=false
rtc_include_opus=false
rtc_include_pulse_audio=false
rtc_include_tests=false
target_winuwp_family="server"
target_winuwp_version="8.0"
visual_studio_version="2019"On Nov 6, 2019, at 9:46 AM, Philip Davis <mrphili...@gmail.com> wrote:
Ah, sorry... I should clarify. Webrtc built correctly. I'm building an application that links in webrtc and it is the application that is failing to build because of the missing files.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/4c715e70-b546-42e3-a41d-ed762c060c29%40googlegroups.com.
Try changing rtc_include_tests to true.Sent from my iPhoneOn Nov 6, 2019, at 9:46 AM, Philip Davis <mrphili...@gmail.com> wrote:
Ah, sorry... I should clarify. Webrtc built correctly. I'm building an application that links in webrtc and it is the application that is failing to build because of the missing files.--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss...@googlegroups.com.
root@38155dc907b7:/opt/webrtc/src# gn gen out/Release --args='is_debug=false'Done. Made 1113 targets from 245 files in 463msroot@38155dc907b7:/opt/webrtc/src# ninja -C out/Releaseninja: Entering directory `out/Release'[4616/4616] STAMP obj/default.stamproot@38155dc907b7:/opt/webrtc/src# find . -name logging_buidflags\*root@38155dc907b7:/opt/webrtc/src# grep logging_buildflags base/*.hbase/logging.h:#include "base/logging_buildflags.h"root@38155dc907b7:/opt/webrtc/src#