-- cgit v1.2.3 From 71616dbb8cdd3ea13e0a964d18456ca3fe002dab Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 27 Nov 2014 15:24:26 +0000 Subject: Merge r7729 into M40 branch. BUG=chromium:436400 TBR=phoglund@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27259004 git-svn-id: http://webrtc.googlecode.com/svn/branches/40/webrtc@7759 4adac7df-926f-26a2-2b94-8c16560cd09d --- build/common.gypi | 3 +-- common_audio/common_audio.gyp | 2 +- modules/audio_coding/codecs/isac/fix/source/isacfix.gypi | 2 +- modules/audio_processing/audio_processing.gypi | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build/common.gypi b/build/common.gypi index 366e7e9f..6c3cc7b1 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -110,7 +110,6 @@ # Define MIPS architecture variant, MIPS DSP variant and MIPS FPU # This may be subject to change in accordance to Chromium's MIPS flags - 'mips_arch_variant%': 'r1', 'mips_dsp_rev%': 0, 'mips_fpu%' : 1, 'enable_android_opensl%': 1, @@ -274,7 +273,7 @@ }], ], }], - ['target_arch=="mipsel" and mips_arch_variant!="r6"', { + ['target_arch=="mipsel" and mips_arch_variant!="r6" and android_webview_build==0', { 'defines': [ 'MIPS32_LE', ], diff --git a/common_audio/common_audio.gyp b/common_audio/common_audio.gyp index 8f96674f..baa0d616 100644 --- a/common_audio/common_audio.gyp +++ b/common_audio/common_audio.gyp @@ -140,7 +140,7 @@ }], ], # conditions }], - ['target_arch=="mipsel" and mips_arch_variant!="r6"', { + ['target_arch=="mipsel" and mips_arch_variant!="r6" and android_webview_build==0', { 'sources': [ 'signal_processing/include/spl_inl_mips.h', 'signal_processing/complex_bit_reverse_mips.c', diff --git a/modules/audio_coding/codecs/isac/fix/source/isacfix.gypi b/modules/audio_coding/codecs/isac/fix/source/isacfix.gypi index 2a36309f..54ff9df1 100644 --- a/modules/audio_coding/codecs/isac/fix/source/isacfix.gypi +++ b/modules/audio_coding/codecs/isac/fix/source/isacfix.gypi @@ -87,7 +87,7 @@ 'pitch_filter_c.c', ], }], - ['target_arch=="mipsel" and mips_arch_variant!="r6"', { + ['target_arch=="mipsel" and mips_arch_variant!="r6" and android_webview_build==0', { 'sources': [ 'entropy_coding_mips.c', 'filters_mips.c', diff --git a/modules/audio_processing/audio_processing.gypi b/modules/audio_processing/audio_processing.gypi index 2ddcffc9..e6fbafcb 100644 --- a/modules/audio_processing/audio_processing.gypi +++ b/modules/audio_processing/audio_processing.gypi @@ -112,7 +112,7 @@ 'ns/nsx_defines.h', ], 'conditions': [ - ['target_arch=="mipsel" and mips_arch_variant!="r6"', { + ['target_arch=="mipsel" and mips_arch_variant!="r6" and android_webview_build==0', { 'sources': [ 'ns/nsx_core_mips.c', ], @@ -139,7 +139,7 @@ ['(target_arch=="arm" and arm_version==7) or target_arch=="armv7"', { 'dependencies': ['audio_processing_neon',], }], - ['target_arch=="mipsel" and mips_arch_variant!="r6"', { + ['target_arch=="mipsel" and mips_arch_variant!="r6" and android_webview_build==0', { 'sources': [ 'aecm/aecm_core_mips.c', ], -- cgit v1.2.3 From 1dc4c26b4cc441c553992ba132f005333c4e8a1f Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 4 Dec 2014 17:04:19 +0000 Subject: Update makefiles after merge of Chromium at 40.0.2214.27 This commit was generated by merge_from_chromium.py. Change-Id: I231a22a5117516d0892018e313b21fab26b1f615 --- base/rtc_base.target.darwin-mips.mk | 6 ------ base/rtc_base.target.linux-mips.mk | 6 ------ base/rtc_base_approved.target.darwin-mips.mk | 6 ------ base/rtc_base_approved.target.linux-mips.mk | 6 ------ common_audio/common_audio.target.darwin-mips.mk | 20 +++++--------------- common_audio/common_audio.target.linux-mips.mk | 20 +++++--------------- common_video/common_video.target.darwin-mips.mk | 6 ------ common_video/common_video.target.linux-mips.mk | 6 ------ libjingle/xmllite/rtc_xmllite.target.darwin-mips.mk | 6 ------ libjingle/xmllite/rtc_xmllite.target.linux-mips.mk | 6 ------ modules/CNG.target.darwin-mips.mk | 8 -------- modules/CNG.target.linux-mips.mk | 8 -------- modules/G711.target.darwin-mips.mk | 8 -------- modules/G711.target.linux-mips.mk | 8 -------- modules/G722.target.darwin-mips.mk | 8 -------- modules/G722.target.linux-mips.mk | 8 -------- modules/PCM16B.target.darwin-mips.mk | 8 -------- modules/PCM16B.target.linux-mips.mk | 8 -------- modules/audio_coding_module.target.darwin-mips.mk | 8 -------- modules/audio_coding_module.target.linux-mips.mk | 8 -------- modules/audio_conference_mixer.target.darwin-mips.mk | 8 -------- modules/audio_conference_mixer.target.linux-mips.mk | 8 -------- modules/audio_device.target.darwin-mips.mk | 8 -------- modules/audio_device.target.linux-mips.mk | 8 -------- modules/audio_processing.target.darwin-mips.mk | 12 +----------- modules/audio_processing.target.linux-mips.mk | 12 +----------- modules/audioproc_debug_proto.target.darwin-mips.mk | 8 -------- modules/audioproc_debug_proto.target.linux-mips.mk | 8 -------- modules/bitrate_controller.target.darwin-mips.mk | 8 -------- modules/bitrate_controller.target.linux-mips.mk | 8 -------- modules/iLBC.target.darwin-mips.mk | 8 -------- modules/iLBC.target.linux-mips.mk | 8 -------- modules/iSAC.target.darwin-mips.mk | 8 -------- modules/iSAC.target.linux-mips.mk | 8 -------- modules/iSACFix.target.darwin-mips.mk | 17 +++-------------- modules/iSACFix.target.linux-mips.mk | 17 +++-------------- modules/media_file.target.darwin-mips.mk | 8 -------- modules/media_file.target.linux-mips.mk | 8 -------- modules/neteq.target.darwin-mips.mk | 8 -------- modules/neteq.target.linux-mips.mk | 8 -------- modules/paced_sender.target.darwin-mips.mk | 8 -------- modules/paced_sender.target.linux-mips.mk | 8 -------- .../remote_bitrate_estimator.target.darwin-mips.mk | 8 -------- .../remote_bitrate_estimator.target.linux-mips.mk | 8 -------- .../rbe_components.target.darwin-mips.mk | 6 ------ .../rbe_components.target.linux-mips.mk | 6 ------ modules/rtp_rtcp.target.darwin-mips.mk | 8 -------- modules/rtp_rtcp.target.linux-mips.mk | 8 -------- modules/video_capture_module.target.darwin-mips.mk | 8 -------- modules/video_capture_module.target.linux-mips.mk | 8 -------- .../video_capture_module_impl.target.darwin-mips.mk | 8 -------- .../video_capture_module_impl.target.linux-mips.mk | 8 -------- .../codecs/vp8/webrtc_vp8.target.darwin-mips.mk | 6 ------ .../codecs/vp8/webrtc_vp8.target.linux-mips.mk | 6 ------ .../codecs/vp9/webrtc_vp9.target.darwin-mips.mk | 6 ------ .../codecs/vp9/webrtc_vp9.target.linux-mips.mk | 6 ------ .../video_coding_utility.target.darwin-mips.mk | 6 ------ .../video_coding_utility.target.linux-mips.mk | 6 ------ modules/video_processing.target.darwin-mips.mk | 8 -------- modules/video_processing.target.linux-mips.mk | 8 -------- modules/video_render_module.target.darwin-mips.mk | 8 -------- modules/video_render_module.target.linux-mips.mk | 8 -------- .../video_render_module_impl.target.darwin-mips.mk | 8 -------- .../video_render_module_impl.target.linux-mips.mk | 8 -------- modules/webrtc_i420.target.darwin-mips.mk | 8 -------- modules/webrtc_i420.target.linux-mips.mk | 8 -------- modules/webrtc_opus.target.darwin-mips.mk | 8 -------- modules/webrtc_opus.target.linux-mips.mk | 8 -------- modules/webrtc_utility.target.darwin-mips.mk | 8 -------- modules/webrtc_utility.target.linux-mips.mk | 8 -------- modules/webrtc_video_coding.target.darwin-mips.mk | 8 -------- modules/webrtc_video_coding.target.linux-mips.mk | 8 -------- .../cpu_features_android.target.darwin-mips.mk | 6 ------ .../source/cpu_features_android.target.linux-mips.mk | 6 ------ .../source/system_wrappers.target.darwin-mips.mk | 6 ------ .../source/system_wrappers.target.linux-mips.mk | 6 ------ video_engine/video_engine_core.target.darwin-mips.mk | 6 ------ video_engine/video_engine_core.target.linux-mips.mk | 6 ------ voice_engine/voice_engine.target.darwin-mips.mk | 6 ------ voice_engine/voice_engine.target.linux-mips.mk | 6 ------ webrtc.target.darwin-mips.mk | 6 ------ webrtc.target.linux-mips.mk | 6 ------ webrtc_common.target.darwin-mips.mk | 6 ------ webrtc_common.target.linux-mips.mk | 6 ------ 84 files changed, 18 insertions(+), 648 deletions(-) diff --git a/base/rtc_base.target.darwin-mips.mk b/base/rtc_base.target.darwin-mips.mk index 049b1efc..b83453d0 100644 --- a/base/rtc_base.target.darwin-mips.mk +++ b/base/rtc_base.target.darwin-mips.mk @@ -102,7 +102,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -153,8 +152,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -218,7 +215,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -268,8 +264,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/base/rtc_base.target.linux-mips.mk b/base/rtc_base.target.linux-mips.mk index 049b1efc..b83453d0 100644 --- a/base/rtc_base.target.linux-mips.mk +++ b/base/rtc_base.target.linux-mips.mk @@ -102,7 +102,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -153,8 +152,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -218,7 +215,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -268,8 +264,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/base/rtc_base_approved.target.darwin-mips.mk b/base/rtc_base_approved.target.darwin-mips.mk index cf2a6c07..060a2265 100644 --- a/base/rtc_base_approved.target.darwin-mips.mk +++ b/base/rtc_base_approved.target.darwin-mips.mk @@ -46,7 +46,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,7 +151,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -204,8 +200,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/base/rtc_base_approved.target.linux-mips.mk b/base/rtc_base_approved.target.linux-mips.mk index cf2a6c07..060a2265 100644 --- a/base/rtc_base_approved.target.linux-mips.mk +++ b/base/rtc_base_approved.target.linux-mips.mk @@ -46,7 +46,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,7 +151,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -204,8 +200,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/common_audio/common_audio.target.darwin-mips.mk b/common_audio/common_audio.target.darwin-mips.mk index c1396e43..2893a038 100644 --- a/common_audio/common_audio.target.darwin-mips.mk +++ b/common_audio/common_audio.target.darwin-mips.mk @@ -34,6 +34,8 @@ LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/resampler/sinc_resampler.cc \ third_party/webrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c \ third_party/webrtc/common_audio/signal_processing/auto_correlation.c \ + third_party/webrtc/common_audio/signal_processing/complex_fft.c \ + third_party/webrtc/common_audio/signal_processing/complex_bit_reverse.c \ third_party/webrtc/common_audio/signal_processing/copy_set_operations.c \ third_party/webrtc/common_audio/signal_processing/cross_correlation.c \ third_party/webrtc/common_audio/signal_processing/division_operations.c \ @@ -41,6 +43,7 @@ LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/signal_processing/downsample_fast.c \ third_party/webrtc/common_audio/signal_processing/energy.c \ third_party/webrtc/common_audio/signal_processing/filter_ar.c \ + third_party/webrtc/common_audio/signal_processing/filter_ar_fast_q12.c \ third_party/webrtc/common_audio/signal_processing/filter_ma_fast_q12.c \ third_party/webrtc/common_audio/signal_processing/get_hanning_window.c \ third_party/webrtc/common_audio/signal_processing/get_scaling_square.c \ @@ -58,6 +61,7 @@ LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/signal_processing/resample_fractional.c \ third_party/webrtc/common_audio/signal_processing/spl_init.c \ third_party/webrtc/common_audio/signal_processing/spl_sqrt.c \ + third_party/webrtc/common_audio/signal_processing/spl_sqrt_floor.c \ third_party/webrtc/common_audio/signal_processing/splitting_filter.c \ third_party/webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c \ third_party/webrtc/common_audio/signal_processing/vector_scaling_operations.c \ @@ -71,15 +75,7 @@ LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/wav_file.cc \ third_party/webrtc/common_audio/window_generator.cc \ third_party/webrtc/common_audio/lapped_transform.cc \ - third_party/webrtc/common_audio/real_fourier.cc \ - third_party/webrtc/common_audio/signal_processing/complex_bit_reverse_mips.c \ - third_party/webrtc/common_audio/signal_processing/complex_fft_mips.c \ - third_party/webrtc/common_audio/signal_processing/cross_correlation_mips.c \ - third_party/webrtc/common_audio/signal_processing/downsample_fast_mips.c \ - third_party/webrtc/common_audio/signal_processing/filter_ar_fast_q12_mips.c \ - third_party/webrtc/common_audio/signal_processing/min_max_operations_mips.c \ - third_party/webrtc/common_audio/signal_processing/resample_by_2_mips.c \ - third_party/webrtc/common_audio/signal_processing/spl_sqrt_floor_mips.c + third_party/webrtc/common_audio/real_fourier.cc # Flags passed to both C and C++ files. @@ -95,7 +91,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -146,8 +141,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -207,7 +200,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -257,8 +249,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/common_audio/common_audio.target.linux-mips.mk b/common_audio/common_audio.target.linux-mips.mk index c1396e43..2893a038 100644 --- a/common_audio/common_audio.target.linux-mips.mk +++ b/common_audio/common_audio.target.linux-mips.mk @@ -34,6 +34,8 @@ LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/resampler/sinc_resampler.cc \ third_party/webrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c \ third_party/webrtc/common_audio/signal_processing/auto_correlation.c \ + third_party/webrtc/common_audio/signal_processing/complex_fft.c \ + third_party/webrtc/common_audio/signal_processing/complex_bit_reverse.c \ third_party/webrtc/common_audio/signal_processing/copy_set_operations.c \ third_party/webrtc/common_audio/signal_processing/cross_correlation.c \ third_party/webrtc/common_audio/signal_processing/division_operations.c \ @@ -41,6 +43,7 @@ LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/signal_processing/downsample_fast.c \ third_party/webrtc/common_audio/signal_processing/energy.c \ third_party/webrtc/common_audio/signal_processing/filter_ar.c \ + third_party/webrtc/common_audio/signal_processing/filter_ar_fast_q12.c \ third_party/webrtc/common_audio/signal_processing/filter_ma_fast_q12.c \ third_party/webrtc/common_audio/signal_processing/get_hanning_window.c \ third_party/webrtc/common_audio/signal_processing/get_scaling_square.c \ @@ -58,6 +61,7 @@ LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/signal_processing/resample_fractional.c \ third_party/webrtc/common_audio/signal_processing/spl_init.c \ third_party/webrtc/common_audio/signal_processing/spl_sqrt.c \ + third_party/webrtc/common_audio/signal_processing/spl_sqrt_floor.c \ third_party/webrtc/common_audio/signal_processing/splitting_filter.c \ third_party/webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c \ third_party/webrtc/common_audio/signal_processing/vector_scaling_operations.c \ @@ -71,15 +75,7 @@ LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/wav_file.cc \ third_party/webrtc/common_audio/window_generator.cc \ third_party/webrtc/common_audio/lapped_transform.cc \ - third_party/webrtc/common_audio/real_fourier.cc \ - third_party/webrtc/common_audio/signal_processing/complex_bit_reverse_mips.c \ - third_party/webrtc/common_audio/signal_processing/complex_fft_mips.c \ - third_party/webrtc/common_audio/signal_processing/cross_correlation_mips.c \ - third_party/webrtc/common_audio/signal_processing/downsample_fast_mips.c \ - third_party/webrtc/common_audio/signal_processing/filter_ar_fast_q12_mips.c \ - third_party/webrtc/common_audio/signal_processing/min_max_operations_mips.c \ - third_party/webrtc/common_audio/signal_processing/resample_by_2_mips.c \ - third_party/webrtc/common_audio/signal_processing/spl_sqrt_floor_mips.c + third_party/webrtc/common_audio/real_fourier.cc # Flags passed to both C and C++ files. @@ -95,7 +91,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -146,8 +141,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -207,7 +200,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -257,8 +249,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/common_video/common_video.target.darwin-mips.mk b/common_video/common_video.target.darwin-mips.mk index 0df92507..a7ba7250 100644 --- a/common_video/common_video.target.darwin-mips.mk +++ b/common_video/common_video.target.darwin-mips.mk @@ -44,7 +44,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -95,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,7 +155,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -208,8 +204,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/common_video/common_video.target.linux-mips.mk b/common_video/common_video.target.linux-mips.mk index 0df92507..a7ba7250 100644 --- a/common_video/common_video.target.linux-mips.mk +++ b/common_video/common_video.target.linux-mips.mk @@ -44,7 +44,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -95,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,7 +155,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -208,8 +204,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/libjingle/xmllite/rtc_xmllite.target.darwin-mips.mk b/libjingle/xmllite/rtc_xmllite.target.darwin-mips.mk index d7f0305a..106a5e0f 100644 --- a/libjingle/xmllite/rtc_xmllite.target.darwin-mips.mk +++ b/libjingle/xmllite/rtc_xmllite.target.darwin-mips.mk @@ -46,7 +46,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -160,7 +157,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -210,8 +206,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/libjingle/xmllite/rtc_xmllite.target.linux-mips.mk b/libjingle/xmllite/rtc_xmllite.target.linux-mips.mk index d7f0305a..106a5e0f 100644 --- a/libjingle/xmllite/rtc_xmllite.target.linux-mips.mk +++ b/libjingle/xmllite/rtc_xmllite.target.linux-mips.mk @@ -46,7 +46,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -160,7 +157,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -210,8 +206,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/CNG.target.darwin-mips.mk b/modules/CNG.target.darwin-mips.mk index 28d99305..d8277d9a 100644 --- a/modules/CNG.target.darwin-mips.mk +++ b/modules/CNG.target.darwin-mips.mk @@ -40,12 +40,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -96,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,12 +154,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -213,8 +207,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/CNG.target.linux-mips.mk b/modules/CNG.target.linux-mips.mk index 28d99305..d8277d9a 100644 --- a/modules/CNG.target.linux-mips.mk +++ b/modules/CNG.target.linux-mips.mk @@ -40,12 +40,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -96,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,12 +154,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -213,8 +207,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/G711.target.darwin-mips.mk b/modules/G711.target.darwin-mips.mk index cfa44379..dd204ad6 100644 --- a/modules/G711.target.darwin-mips.mk +++ b/modules/G711.target.darwin-mips.mk @@ -42,12 +42,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -98,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -157,12 +153,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -212,8 +206,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/G711.target.linux-mips.mk b/modules/G711.target.linux-mips.mk index cfa44379..dd204ad6 100644 --- a/modules/G711.target.linux-mips.mk +++ b/modules/G711.target.linux-mips.mk @@ -42,12 +42,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -98,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -157,12 +153,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -212,8 +206,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/G722.target.darwin-mips.mk b/modules/G722.target.darwin-mips.mk index a8ea043a..e6985ee2 100644 --- a/modules/G722.target.darwin-mips.mk +++ b/modules/G722.target.darwin-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -156,12 +152,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -211,8 +205,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/G722.target.linux-mips.mk b/modules/G722.target.linux-mips.mk index a8ea043a..e6985ee2 100644 --- a/modules/G722.target.linux-mips.mk +++ b/modules/G722.target.linux-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -156,12 +152,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -211,8 +205,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/PCM16B.target.darwin-mips.mk b/modules/PCM16B.target.darwin-mips.mk index 5aac0613..7a37a0c1 100644 --- a/modules/PCM16B.target.darwin-mips.mk +++ b/modules/PCM16B.target.darwin-mips.mk @@ -39,12 +39,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -95,8 +93,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,12 +150,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -209,8 +203,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/PCM16B.target.linux-mips.mk b/modules/PCM16B.target.linux-mips.mk index 5aac0613..7a37a0c1 100644 --- a/modules/PCM16B.target.linux-mips.mk +++ b/modules/PCM16B.target.linux-mips.mk @@ -39,12 +39,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -95,8 +93,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,12 +150,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -209,8 +203,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audio_coding_module.target.darwin-mips.mk b/modules/audio_coding_module.target.darwin-mips.mk index aba873a7..70d3832a 100644 --- a/modules/audio_coding_module.target.darwin-mips.mk +++ b/modules/audio_coding_module.target.darwin-mips.mk @@ -67,12 +67,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -123,8 +121,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -198,12 +194,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -253,8 +247,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audio_coding_module.target.linux-mips.mk b/modules/audio_coding_module.target.linux-mips.mk index aba873a7..70d3832a 100644 --- a/modules/audio_coding_module.target.linux-mips.mk +++ b/modules/audio_coding_module.target.linux-mips.mk @@ -67,12 +67,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -123,8 +121,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -198,12 +194,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -253,8 +247,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audio_conference_mixer.target.darwin-mips.mk b/modules/audio_conference_mixer.target.darwin-mips.mk index c11bc929..ae70af69 100644 --- a/modules/audio_conference_mixer.target.darwin-mips.mk +++ b/modules/audio_conference_mixer.target.darwin-mips.mk @@ -43,12 +43,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -99,8 +97,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -159,12 +155,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -214,8 +208,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audio_conference_mixer.target.linux-mips.mk b/modules/audio_conference_mixer.target.linux-mips.mk index c11bc929..ae70af69 100644 --- a/modules/audio_conference_mixer.target.linux-mips.mk +++ b/modules/audio_conference_mixer.target.linux-mips.mk @@ -43,12 +43,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -99,8 +97,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -159,12 +155,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -214,8 +208,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audio_device.target.darwin-mips.mk b/modules/audio_device.target.darwin-mips.mk index 7d6d1b31..bf93e626 100644 --- a/modules/audio_device.target.darwin-mips.mk +++ b/modules/audio_device.target.darwin-mips.mk @@ -46,12 +46,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -102,8 +100,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -169,12 +165,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -224,8 +218,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audio_device.target.linux-mips.mk b/modules/audio_device.target.linux-mips.mk index 7d6d1b31..bf93e626 100644 --- a/modules/audio_device.target.linux-mips.mk +++ b/modules/audio_device.target.linux-mips.mk @@ -46,12 +46,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -102,8 +100,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -169,12 +165,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -224,8 +218,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audio_processing.target.darwin-mips.mk b/modules/audio_processing.target.darwin-mips.mk index 03384eec..3f0f6ef4 100644 --- a/modules/audio_processing.target.darwin-mips.mk +++ b/modules/audio_processing.target.darwin-mips.mk @@ -51,9 +51,7 @@ LOCAL_SRC_FILES := \ third_party/webrtc/modules/audio_processing/voice_detection_impl.cc \ third_party/webrtc/modules/audio_processing/ns/noise_suppression.c \ third_party/webrtc/modules/audio_processing/ns/ns_core.c \ - third_party/webrtc/modules/audio_processing/aecm/aecm_core_mips.c \ - third_party/webrtc/modules/audio_processing/aec/aec_core_mips.c \ - third_party/webrtc/modules/audio_processing/aec/aec_rdft_mips.c + third_party/webrtc/modules/audio_processing/aecm/aecm_core_c.c # Flags passed to both C and C++ files. @@ -69,12 +67,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -125,8 +121,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -194,12 +188,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -249,8 +241,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audio_processing.target.linux-mips.mk b/modules/audio_processing.target.linux-mips.mk index 03384eec..3f0f6ef4 100644 --- a/modules/audio_processing.target.linux-mips.mk +++ b/modules/audio_processing.target.linux-mips.mk @@ -51,9 +51,7 @@ LOCAL_SRC_FILES := \ third_party/webrtc/modules/audio_processing/voice_detection_impl.cc \ third_party/webrtc/modules/audio_processing/ns/noise_suppression.c \ third_party/webrtc/modules/audio_processing/ns/ns_core.c \ - third_party/webrtc/modules/audio_processing/aecm/aecm_core_mips.c \ - third_party/webrtc/modules/audio_processing/aec/aec_core_mips.c \ - third_party/webrtc/modules/audio_processing/aec/aec_rdft_mips.c + third_party/webrtc/modules/audio_processing/aecm/aecm_core_c.c # Flags passed to both C and C++ files. @@ -69,12 +67,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -125,8 +121,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -194,12 +188,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -249,8 +241,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audioproc_debug_proto.target.darwin-mips.mk b/modules/audioproc_debug_proto.target.darwin-mips.mk index 9a484012..04bc7123 100644 --- a/modules/audioproc_debug_proto.target.darwin-mips.mk +++ b/modules/audioproc_debug_proto.target.darwin-mips.mk @@ -64,12 +64,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -120,8 +118,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -183,12 +179,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -238,8 +232,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/audioproc_debug_proto.target.linux-mips.mk b/modules/audioproc_debug_proto.target.linux-mips.mk index 9a484012..04bc7123 100644 --- a/modules/audioproc_debug_proto.target.linux-mips.mk +++ b/modules/audioproc_debug_proto.target.linux-mips.mk @@ -64,12 +64,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -120,8 +118,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -183,12 +179,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -238,8 +232,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/bitrate_controller.target.darwin-mips.mk b/modules/bitrate_controller.target.darwin-mips.mk index 964e1713..f3802c9e 100644 --- a/modules/bitrate_controller.target.darwin-mips.mk +++ b/modules/bitrate_controller.target.darwin-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -155,12 +151,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -210,8 +204,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/bitrate_controller.target.linux-mips.mk b/modules/bitrate_controller.target.linux-mips.mk index 964e1713..f3802c9e 100644 --- a/modules/bitrate_controller.target.linux-mips.mk +++ b/modules/bitrate_controller.target.linux-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -155,12 +151,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -210,8 +204,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/iLBC.target.darwin-mips.mk b/modules/iLBC.target.darwin-mips.mk index 779d109c..0e6f5365 100644 --- a/modules/iLBC.target.darwin-mips.mk +++ b/modules/iLBC.target.darwin-mips.mk @@ -107,12 +107,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -163,8 +161,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -225,12 +221,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -280,8 +274,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/iLBC.target.linux-mips.mk b/modules/iLBC.target.linux-mips.mk index 779d109c..0e6f5365 100644 --- a/modules/iLBC.target.linux-mips.mk +++ b/modules/iLBC.target.linux-mips.mk @@ -107,12 +107,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -163,8 +161,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -225,12 +221,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -280,8 +274,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/iSAC.target.darwin-mips.mk b/modules/iSAC.target.darwin-mips.mk index 9c49163b..f25e9984 100644 --- a/modules/iSAC.target.darwin-mips.mk +++ b/modules/iSAC.target.darwin-mips.mk @@ -66,12 +66,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -122,8 +120,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -184,12 +180,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -239,8 +233,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/iSAC.target.linux-mips.mk b/modules/iSAC.target.linux-mips.mk index 9c49163b..f25e9984 100644 --- a/modules/iSAC.target.linux-mips.mk +++ b/modules/iSAC.target.linux-mips.mk @@ -66,12 +66,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -122,8 +120,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -184,12 +180,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -239,8 +233,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/iSACFix.target.darwin-mips.mk b/modules/iSACFix.target.darwin-mips.mk index 639671d3..61251daf 100644 --- a/modules/iSACFix.target.darwin-mips.mk +++ b/modules/iSACFix.target.darwin-mips.mk @@ -39,21 +39,18 @@ LOCAL_SRC_FILES := \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/initialize.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c \ + third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_c.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_tables.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c \ + third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_tables.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_mips.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_mips.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_mips.c + third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_tables.c # Flags passed to both C and C++ files. @@ -69,12 +66,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -125,8 +120,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -188,12 +181,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -243,8 +234,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/iSACFix.target.linux-mips.mk b/modules/iSACFix.target.linux-mips.mk index 639671d3..61251daf 100644 --- a/modules/iSACFix.target.linux-mips.mk +++ b/modules/iSACFix.target.linux-mips.mk @@ -39,21 +39,18 @@ LOCAL_SRC_FILES := \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/initialize.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c \ + third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_c.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_tables.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c \ + third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c \ third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_tables.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_mips.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/filters_mips.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_mips.c \ - third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_mips.c + third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_tables.c # Flags passed to both C and C++ files. @@ -69,12 +66,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -125,8 +120,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -188,12 +181,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -243,8 +234,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/media_file.target.darwin-mips.mk b/modules/media_file.target.darwin-mips.mk index 96f821a2..0f13b293 100644 --- a/modules/media_file.target.darwin-mips.mk +++ b/modules/media_file.target.darwin-mips.mk @@ -42,12 +42,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -98,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,12 +154,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -213,8 +207,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/media_file.target.linux-mips.mk b/modules/media_file.target.linux-mips.mk index 96f821a2..0f13b293 100644 --- a/modules/media_file.target.linux-mips.mk +++ b/modules/media_file.target.linux-mips.mk @@ -42,12 +42,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -98,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,12 +154,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -213,8 +207,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/neteq.target.darwin-mips.mk b/modules/neteq.target.darwin-mips.mk index 6028d0cc..44be3d66 100644 --- a/modules/neteq.target.darwin-mips.mk +++ b/modules/neteq.target.darwin-mips.mk @@ -72,12 +72,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -128,8 +126,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -201,12 +197,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -256,8 +250,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/neteq.target.linux-mips.mk b/modules/neteq.target.linux-mips.mk index 6028d0cc..44be3d66 100644 --- a/modules/neteq.target.linux-mips.mk +++ b/modules/neteq.target.linux-mips.mk @@ -72,12 +72,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -128,8 +126,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -201,12 +197,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -256,8 +250,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/paced_sender.target.darwin-mips.mk b/modules/paced_sender.target.darwin-mips.mk index 6dab91ab..62477c3a 100644 --- a/modules/paced_sender.target.darwin-mips.mk +++ b/modules/paced_sender.target.darwin-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -155,12 +151,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -210,8 +204,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/paced_sender.target.linux-mips.mk b/modules/paced_sender.target.linux-mips.mk index 6dab91ab..62477c3a 100644 --- a/modules/paced_sender.target.linux-mips.mk +++ b/modules/paced_sender.target.linux-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -155,12 +151,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -210,8 +204,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/remote_bitrate_estimator.target.darwin-mips.mk b/modules/remote_bitrate_estimator.target.darwin-mips.mk index 15b6a88d..84282955 100644 --- a/modules/remote_bitrate_estimator.target.darwin-mips.mk +++ b/modules/remote_bitrate_estimator.target.darwin-mips.mk @@ -40,12 +40,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -96,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,12 +150,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -209,8 +203,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/remote_bitrate_estimator.target.linux-mips.mk b/modules/remote_bitrate_estimator.target.linux-mips.mk index 15b6a88d..84282955 100644 --- a/modules/remote_bitrate_estimator.target.linux-mips.mk +++ b/modules/remote_bitrate_estimator.target.linux-mips.mk @@ -40,12 +40,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -96,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,12 +150,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -209,8 +203,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/remote_bitrate_estimator/rbe_components.target.darwin-mips.mk b/modules/remote_bitrate_estimator/rbe_components.target.darwin-mips.mk index 6360bf8a..28ee7441 100644 --- a/modules/remote_bitrate_estimator/rbe_components.target.darwin-mips.mk +++ b/modules/remote_bitrate_estimator/rbe_components.target.darwin-mips.mk @@ -42,7 +42,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -93,8 +92,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -150,7 +147,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -200,8 +196,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/remote_bitrate_estimator/rbe_components.target.linux-mips.mk b/modules/remote_bitrate_estimator/rbe_components.target.linux-mips.mk index 6360bf8a..28ee7441 100644 --- a/modules/remote_bitrate_estimator/rbe_components.target.linux-mips.mk +++ b/modules/remote_bitrate_estimator/rbe_components.target.linux-mips.mk @@ -42,7 +42,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -93,8 +92,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -150,7 +147,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -200,8 +196,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/rtp_rtcp.target.darwin-mips.mk b/modules/rtp_rtcp.target.darwin-mips.mk index addcbf40..8fd5536c 100644 --- a/modules/rtp_rtcp.target.darwin-mips.mk +++ b/modules/rtp_rtcp.target.darwin-mips.mk @@ -72,12 +72,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -128,8 +126,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -186,12 +182,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -241,8 +235,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/rtp_rtcp.target.linux-mips.mk b/modules/rtp_rtcp.target.linux-mips.mk index addcbf40..8fd5536c 100644 --- a/modules/rtp_rtcp.target.linux-mips.mk +++ b/modules/rtp_rtcp.target.linux-mips.mk @@ -72,12 +72,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -128,8 +126,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -186,12 +182,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -241,8 +235,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_capture_module.target.darwin-mips.mk b/modules/video_capture_module.target.darwin-mips.mk index afe1d564..5b80915c 100644 --- a/modules/video_capture_module.target.darwin-mips.mk +++ b/modules/video_capture_module.target.darwin-mips.mk @@ -42,12 +42,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -98,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,12 +154,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -213,8 +207,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_capture_module.target.linux-mips.mk b/modules/video_capture_module.target.linux-mips.mk index afe1d564..5b80915c 100644 --- a/modules/video_capture_module.target.linux-mips.mk +++ b/modules/video_capture_module.target.linux-mips.mk @@ -42,12 +42,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -98,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,12 +154,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -213,8 +207,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_capture_module_impl.target.darwin-mips.mk b/modules/video_capture_module_impl.target.darwin-mips.mk index 265e3bc5..01552459 100644 --- a/modules/video_capture_module_impl.target.darwin-mips.mk +++ b/modules/video_capture_module_impl.target.darwin-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,12 +150,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -209,8 +203,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_capture_module_impl.target.linux-mips.mk b/modules/video_capture_module_impl.target.linux-mips.mk index 265e3bc5..01552459 100644 --- a/modules/video_capture_module_impl.target.linux-mips.mk +++ b/modules/video_capture_module_impl.target.linux-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,12 +150,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -209,8 +203,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_coding/codecs/vp8/webrtc_vp8.target.darwin-mips.mk b/modules/video_coding/codecs/vp8/webrtc_vp8.target.darwin-mips.mk index 9af54f96..8ca243dd 100644 --- a/modules/video_coding/codecs/vp8/webrtc_vp8.target.darwin-mips.mk +++ b/modules/video_coding/codecs/vp8/webrtc_vp8.target.darwin-mips.mk @@ -44,7 +44,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -95,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -156,7 +153,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -206,8 +202,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_coding/codecs/vp8/webrtc_vp8.target.linux-mips.mk b/modules/video_coding/codecs/vp8/webrtc_vp8.target.linux-mips.mk index 9af54f96..8ca243dd 100644 --- a/modules/video_coding/codecs/vp8/webrtc_vp8.target.linux-mips.mk +++ b/modules/video_coding/codecs/vp8/webrtc_vp8.target.linux-mips.mk @@ -44,7 +44,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -95,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -156,7 +153,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -206,8 +202,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_coding/codecs/vp9/webrtc_vp9.target.darwin-mips.mk b/modules/video_coding/codecs/vp9/webrtc_vp9.target.darwin-mips.mk index 56334af9..e752cbc3 100644 --- a/modules/video_coding/codecs/vp9/webrtc_vp9.target.darwin-mips.mk +++ b/modules/video_coding/codecs/vp9/webrtc_vp9.target.darwin-mips.mk @@ -40,7 +40,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -91,8 +90,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -152,7 +149,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -202,8 +198,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_coding/codecs/vp9/webrtc_vp9.target.linux-mips.mk b/modules/video_coding/codecs/vp9/webrtc_vp9.target.linux-mips.mk index 56334af9..e752cbc3 100644 --- a/modules/video_coding/codecs/vp9/webrtc_vp9.target.linux-mips.mk +++ b/modules/video_coding/codecs/vp9/webrtc_vp9.target.linux-mips.mk @@ -40,7 +40,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -91,8 +90,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -152,7 +149,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -202,8 +198,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_coding/utility/video_coding_utility.target.darwin-mips.mk b/modules/video_coding/utility/video_coding_utility.target.darwin-mips.mk index e6367b72..71941bc0 100644 --- a/modules/video_coding/utility/video_coding_utility.target.darwin-mips.mk +++ b/modules/video_coding/utility/video_coding_utility.target.darwin-mips.mk @@ -41,7 +41,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -92,8 +91,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -150,7 +147,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -200,8 +196,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_coding/utility/video_coding_utility.target.linux-mips.mk b/modules/video_coding/utility/video_coding_utility.target.linux-mips.mk index e6367b72..71941bc0 100644 --- a/modules/video_coding/utility/video_coding_utility.target.linux-mips.mk +++ b/modules/video_coding/utility/video_coding_utility.target.linux-mips.mk @@ -41,7 +41,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -92,8 +91,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -150,7 +147,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -200,8 +196,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_processing.target.darwin-mips.mk b/modules/video_processing.target.darwin-mips.mk index 0c380a27..03b57c97 100644 --- a/modules/video_processing.target.darwin-mips.mk +++ b/modules/video_processing.target.darwin-mips.mk @@ -48,12 +48,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -104,8 +102,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -167,12 +163,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -222,8 +216,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_processing.target.linux-mips.mk b/modules/video_processing.target.linux-mips.mk index 0c380a27..03b57c97 100644 --- a/modules/video_processing.target.linux-mips.mk +++ b/modules/video_processing.target.linux-mips.mk @@ -48,12 +48,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -104,8 +102,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -167,12 +163,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -222,8 +216,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_render_module.target.darwin-mips.mk b/modules/video_render_module.target.darwin-mips.mk index ea672a79..a2a89140 100644 --- a/modules/video_render_module.target.darwin-mips.mk +++ b/modules/video_render_module.target.darwin-mips.mk @@ -42,12 +42,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -98,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,12 +154,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -213,8 +207,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_render_module.target.linux-mips.mk b/modules/video_render_module.target.linux-mips.mk index ea672a79..a2a89140 100644 --- a/modules/video_render_module.target.linux-mips.mk +++ b/modules/video_render_module.target.linux-mips.mk @@ -42,12 +42,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -98,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -158,12 +154,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -213,8 +207,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_render_module_impl.target.darwin-mips.mk b/modules/video_render_module_impl.target.darwin-mips.mk index 7bf2537e..de890a7a 100644 --- a/modules/video_render_module_impl.target.darwin-mips.mk +++ b/modules/video_render_module_impl.target.darwin-mips.mk @@ -40,12 +40,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -96,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -153,12 +149,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -208,8 +202,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/video_render_module_impl.target.linux-mips.mk b/modules/video_render_module_impl.target.linux-mips.mk index 7bf2537e..de890a7a 100644 --- a/modules/video_render_module_impl.target.linux-mips.mk +++ b/modules/video_render_module_impl.target.linux-mips.mk @@ -40,12 +40,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -96,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -153,12 +149,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -208,8 +202,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/webrtc_i420.target.darwin-mips.mk b/modules/webrtc_i420.target.darwin-mips.mk index dba3d278..29caed72 100644 --- a/modules/webrtc_i420.target.darwin-mips.mk +++ b/modules/webrtc_i420.target.darwin-mips.mk @@ -40,12 +40,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -96,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,12 +150,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -209,8 +203,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/webrtc_i420.target.linux-mips.mk b/modules/webrtc_i420.target.linux-mips.mk index dba3d278..29caed72 100644 --- a/modules/webrtc_i420.target.linux-mips.mk +++ b/modules/webrtc_i420.target.linux-mips.mk @@ -40,12 +40,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -96,8 +94,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,12 +150,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -209,8 +203,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/webrtc_opus.target.darwin-mips.mk b/modules/webrtc_opus.target.darwin-mips.mk index e58c3e83..284ce734 100644 --- a/modules/webrtc_opus.target.darwin-mips.mk +++ b/modules/webrtc_opus.target.darwin-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -156,12 +152,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -211,8 +205,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/webrtc_opus.target.linux-mips.mk b/modules/webrtc_opus.target.linux-mips.mk index e58c3e83..284ce734 100644 --- a/modules/webrtc_opus.target.linux-mips.mk +++ b/modules/webrtc_opus.target.linux-mips.mk @@ -41,12 +41,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +95,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -156,12 +152,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -211,8 +205,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/webrtc_utility.target.darwin-mips.mk b/modules/webrtc_utility.target.darwin-mips.mk index 261b9e24..b318dd83 100644 --- a/modules/webrtc_utility.target.darwin-mips.mk +++ b/modules/webrtc_utility.target.darwin-mips.mk @@ -49,12 +49,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -105,8 +103,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -170,12 +166,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -225,8 +219,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/webrtc_utility.target.linux-mips.mk b/modules/webrtc_utility.target.linux-mips.mk index 261b9e24..b318dd83 100644 --- a/modules/webrtc_utility.target.linux-mips.mk +++ b/modules/webrtc_utility.target.linux-mips.mk @@ -49,12 +49,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -105,8 +103,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -170,12 +166,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -225,8 +219,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/webrtc_video_coding.target.darwin-mips.mk b/modules/webrtc_video_coding.target.darwin-mips.mk index 11689c17..837f9131 100644 --- a/modules/webrtc_video_coding.target.darwin-mips.mk +++ b/modules/webrtc_video_coding.target.darwin-mips.mk @@ -62,12 +62,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -118,8 +116,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -178,12 +174,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -233,8 +227,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/modules/webrtc_video_coding.target.linux-mips.mk b/modules/webrtc_video_coding.target.linux-mips.mk index 11689c17..837f9131 100644 --- a/modules/webrtc_video_coding.target.linux-mips.mk +++ b/modules/webrtc_video_coding.target.linux-mips.mk @@ -62,12 +62,10 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -118,8 +116,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -178,12 +174,10 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -233,8 +227,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/system_wrappers/source/cpu_features_android.target.darwin-mips.mk b/system_wrappers/source/cpu_features_android.target.darwin-mips.mk index f4e1bb6c..6c25a0ee 100644 --- a/system_wrappers/source/cpu_features_android.target.darwin-mips.mk +++ b/system_wrappers/source/cpu_features_android.target.darwin-mips.mk @@ -39,7 +39,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -90,8 +89,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -147,7 +144,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -197,8 +193,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/system_wrappers/source/cpu_features_android.target.linux-mips.mk b/system_wrappers/source/cpu_features_android.target.linux-mips.mk index f4e1bb6c..6c25a0ee 100644 --- a/system_wrappers/source/cpu_features_android.target.linux-mips.mk +++ b/system_wrappers/source/cpu_features_android.target.linux-mips.mk @@ -39,7 +39,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -90,8 +89,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -147,7 +144,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -197,8 +193,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/system_wrappers/source/system_wrappers.target.darwin-mips.mk b/system_wrappers/source/system_wrappers.target.darwin-mips.mk index 8739abc9..7eeb03d8 100644 --- a/system_wrappers/source/system_wrappers.target.darwin-mips.mk +++ b/system_wrappers/source/system_wrappers.target.darwin-mips.mk @@ -68,7 +68,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -119,8 +118,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -180,7 +177,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -230,8 +226,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/system_wrappers/source/system_wrappers.target.linux-mips.mk b/system_wrappers/source/system_wrappers.target.linux-mips.mk index 8739abc9..7eeb03d8 100644 --- a/system_wrappers/source/system_wrappers.target.linux-mips.mk +++ b/system_wrappers/source/system_wrappers.target.linux-mips.mk @@ -68,7 +68,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -119,8 +118,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -180,7 +177,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -230,8 +226,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/video_engine/video_engine_core.target.darwin-mips.mk b/video_engine/video_engine_core.target.darwin-mips.mk index 6ab77b95..35d9ba5d 100644 --- a/video_engine/video_engine_core.target.darwin-mips.mk +++ b/video_engine/video_engine_core.target.darwin-mips.mk @@ -69,7 +69,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -120,8 +119,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -180,7 +177,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -230,8 +226,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/video_engine/video_engine_core.target.linux-mips.mk b/video_engine/video_engine_core.target.linux-mips.mk index 6ab77b95..35d9ba5d 100644 --- a/video_engine/video_engine_core.target.linux-mips.mk +++ b/video_engine/video_engine_core.target.linux-mips.mk @@ -69,7 +69,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -120,8 +119,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -180,7 +177,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -230,8 +226,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/voice_engine/voice_engine.target.darwin-mips.mk b/voice_engine/voice_engine.target.darwin-mips.mk index 1b28efbc..88785765 100644 --- a/voice_engine/voice_engine.target.darwin-mips.mk +++ b/voice_engine/voice_engine.target.darwin-mips.mk @@ -64,7 +64,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -115,8 +114,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -182,7 +179,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -232,8 +228,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/voice_engine/voice_engine.target.linux-mips.mk b/voice_engine/voice_engine.target.linux-mips.mk index 1b28efbc..88785765 100644 --- a/voice_engine/voice_engine.target.linux-mips.mk +++ b/voice_engine/voice_engine.target.linux-mips.mk @@ -64,7 +64,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -115,8 +114,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -182,7 +179,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -232,8 +228,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/webrtc.target.darwin-mips.mk b/webrtc.target.darwin-mips.mk index 06bb28b6..e24144cb 100644 --- a/webrtc.target.darwin-mips.mk +++ b/webrtc.target.darwin-mips.mk @@ -46,7 +46,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,7 +151,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -204,8 +200,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/webrtc.target.linux-mips.mk b/webrtc.target.linux-mips.mk index 06bb28b6..e24144cb 100644 --- a/webrtc.target.linux-mips.mk +++ b/webrtc.target.linux-mips.mk @@ -46,7 +46,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -97,8 +96,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -154,7 +151,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -204,8 +200,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/webrtc_common.target.darwin-mips.mk b/webrtc_common.target.darwin-mips.mk index 9270d93b..be67b86c 100644 --- a/webrtc_common.target.darwin-mips.mk +++ b/webrtc_common.target.darwin-mips.mk @@ -40,7 +40,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -91,8 +90,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -148,7 +145,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -198,8 +194,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ diff --git a/webrtc_common.target.linux-mips.mk b/webrtc_common.target.linux-mips.mk index 9270d93b..be67b86c 100644 --- a/webrtc_common.target.linux-mips.mk +++ b/webrtc_common.target.linux-mips.mk @@ -40,7 +40,6 @@ MY_CFLAGS_Debug := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -91,8 +90,6 @@ MY_DEFS_Debug := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ @@ -148,7 +145,6 @@ MY_CFLAGS_Release := \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ - -mhard-float \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ @@ -198,8 +194,6 @@ MY_DEFS_Release := \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ - '-DMIPS32_LE' \ - '-DMIPS_FPU_LE' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ -- cgit v1.2.3