зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1042810 - Use string comparison for Android versions. r=gps
This commit is contained in:
Родитель
7b3340b357
Коммит
a6de1d83f3
|
@ -48,7 +48,7 @@ if 'rtsp' in CONFIG['NECKO_PROTOCOLS']:
|
|||
'RtspOmxReader.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['ANDROID_VERSION'] and int(CONFIG['ANDROID_VERSION']) >= 18:
|
||||
if CONFIG['ANDROID_VERSION'] >= '18':
|
||||
EXPORTS += [
|
||||
'I420ColorConverterHelper.h',
|
||||
'MediaCodecDecoder.h',
|
||||
|
|
Загрузка…
Ссылка в новой задаче