Open GoogleCodeExporter opened 9 years ago
/tinyDAV/droid-makefile
# Google WebRTC (Default: enabled)
ifeq ($(HAVE_WEBRTC), yes)
WEBRTC_CFLAGS := -DHAVE_WEBRTC=1
WEBRTC_LDFLAGS := -lwebrtc_aecm_$(MARCH) -lwebrtc_aec_$(MARCH) -lwebrtc_spl_$(MARCH) -lwebrtc_apm_utility_$(MARCH) -lwebrtc_ns_$(MARCH) -lwebrtc_system_wrappers_$(MARCH)
else
WEBRTC_CFLAGS := -DHAVE_WEBRTC=0
endif
Original comment by xin...@gmail.com
on 31 Aug 2011 at 1:33
Original comment by boss...@yahoo.fr
on 31 Aug 2011 at 7:38
Original issue reported on code.google.com by
xin...@gmail.com
on 31 Aug 2011 at 1:31