Loading media/libaom/moz.build +4 −4 Original line number Diff line number Diff line Loading @@ -94,10 +94,10 @@ if CONFIG['OS_TARGET'] == 'Android': # the OS they're on, so do it for them. DEFINES['__linux__'] = True if not CONFIG['MOZ_WEBRTC']: SOURCES += [ '%%%s/sources/android/cpufeatures/cpu-features.c' % CONFIG['ANDROID_NDK'], ] #if not CONFIG['MOZ_WEBRTC']: # SOURCES += [ # '%%%s/sources/android/cpufeatures/cpu-features.c' % CONFIG['ANDROID_NDK'], # ] for f in SOURCES: if f.endswith('sse2.c'): Loading Loading
media/libaom/moz.build +4 −4 Original line number Diff line number Diff line Loading @@ -94,10 +94,10 @@ if CONFIG['OS_TARGET'] == 'Android': # the OS they're on, so do it for them. DEFINES['__linux__'] = True if not CONFIG['MOZ_WEBRTC']: SOURCES += [ '%%%s/sources/android/cpufeatures/cpu-features.c' % CONFIG['ANDROID_NDK'], ] #if not CONFIG['MOZ_WEBRTC']: # SOURCES += [ # '%%%s/sources/android/cpufeatures/cpu-features.c' % CONFIG['ANDROID_NDK'], # ] for f in SOURCES: if f.endswith('sse2.c'): Loading