mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
f587d1f5aa
--HG-- rename : media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.cc => media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.cc rename : media/webrtc/trunk/webrtc/modules/audio_device/android/audio_device_opensles_android.h => media/webrtc/trunk/webrtc/modules/audio_device/audio_device_opensles.h
28 lines
736 B
Makefile
28 lines
736 B
Makefile
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
DEPTH = @DEPTH@
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
OS_CXXFLAGS += -DNOMINMAX
|
|
endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
|
|
|
ifdef MOZ_WEBRTC
|
|
LOCAL_INCLUDES += \
|
|
-I$(topsrcdir)/media/webrtc/trunk \
|
|
-I$(topsrcdir)/media/webrtc/signaling/src/common \
|
|
-I$(topsrcdir)/media/webrtc/signaling/src/common/browser_logging \
|
|
-I$(topsrcdir)/dom/base \
|
|
-I$(topsrcdir)/dom/camera \
|
|
$(NULL)
|
|
endif
|