Commit 9011e805 authored by Matthew Finkel's avatar Matthew Finkel Committed by Matthew Finkel
Browse files

libvpx provides already cpu_features

parent eaf8fc43
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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'):