mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 924107 - Make dist/include available in all of the WebRTC code; r=jesup,glandium
This commit is contained in:
parent
84c1274b4a
commit
956afb018e
@ -53,7 +53,6 @@
|
||||
'../../../ipc/chromium/src',
|
||||
'../../../ipc/chromium/src/base/third_party/nspr',
|
||||
'../../../xpcom/base',
|
||||
'$(DEPTH)/dist/include',
|
||||
'../../../dom/base',
|
||||
'../../../content/media',
|
||||
'../../../media/mtransport',
|
||||
@ -286,7 +285,6 @@
|
||||
'../../../dom/base',
|
||||
'../trunk/third_party/libsrtp/srtp/include',
|
||||
'../trunk/third_party/libsrtp/srtp/crypto/include',
|
||||
'$(DEPTH)/dist/include',
|
||||
# Danger: this is to include config.h. This could be bad.
|
||||
'../trunk/third_party/libsrtp/config',
|
||||
],
|
||||
|
17
media/webrtc/trunk/third_party/libyuv/libyuv.gyp
vendored
17
media/webrtc/trunk/third_party/libyuv/libyuv.gyp
vendored
@ -27,13 +27,6 @@
|
||||
'-ljpeg',
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
['build_with_mozilla==1', {
|
||||
'include_dirs': [
|
||||
'$(DEPTH)/dist/include',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
],
|
||||
'defines': [
|
||||
@ -56,16 +49,6 @@
|
||||
'YUV_DISABLE_ASM',
|
||||
],
|
||||
}],
|
||||
['build_with_mozilla==1', {
|
||||
'include_dirs': [
|
||||
'$(DEPTH)/dist/include',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'$(DEPTH)/dist/include',
|
||||
],
|
||||
},
|
||||
}],
|
||||
],
|
||||
'sources': [
|
||||
# includes.
|
||||
|
@ -76,10 +76,8 @@ endif
|
||||
# Don't use STL wrappers when compiling Google code.
|
||||
STL_FLAGS =
|
||||
|
||||
# Skip Mozilla-specific include locations.
|
||||
# Specific GYP files can add them back by adding
|
||||
# $(DIST)/include to their includes.
|
||||
INCLUDES = -I. $(LOCAL_INCLUDES)
|
||||
# Skip most Mozilla-specific include locations.
|
||||
INCLUDES = -I. $(LOCAL_INCLUDES) -I$(DEPTH)/dist/include
|
||||
|
||||
# Ensure that subdirs for sources get created before compiling
|
||||
ifdef OBJS
|
||||
|
@ -21,26 +21,12 @@
|
||||
'resampler/include',
|
||||
'signal_processing/include',
|
||||
],
|
||||
'target_conditions': [
|
||||
['build_with_mozilla==1', {
|
||||
'include_dirs': [
|
||||
'$(DEPTH)/dist/include',
|
||||
],
|
||||
}],
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'resampler/include',
|
||||
'signal_processing/include',
|
||||
'vad/include',
|
||||
],
|
||||
'conditions': [
|
||||
['build_with_mozilla==1', {
|
||||
'include_dirs': [
|
||||
'$(DEPTH)/dist/include',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
'audio_util.cc',
|
||||
|
@ -25,8 +25,6 @@
|
||||
'include',
|
||||
'../interface',
|
||||
'<(webrtc_root)/common_video/libyuv/include',
|
||||
# added for mozilla for use_system_libjpeg
|
||||
'$(DIST)/include',
|
||||
],
|
||||
'sources': [
|
||||
'device_info_impl.cc',
|
||||
|
@ -31,9 +31,6 @@
|
||||
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
|
||||
],
|
||||
},{
|
||||
'include_dirs': [
|
||||
'$(DIST)/include',
|
||||
],
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'$(LIBVPX_OBJ)/libvpx.a',
|
||||
|
Loading…
Reference in New Issue
Block a user