зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1225045: Fix stagefright include paths for ANDROID_VERSION >= 17, r=gps
This commit is contained in:
Родитель
9d401ca3de
Коммит
7dac811b76
|
@ -405,7 +405,7 @@ if CONFIG['MOZ_ENABLE_D3D10_LAYER']:
|
|||
DEFINES['MOZ_ENABLE_D3D10_LAYER'] = True
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
|
||||
if CONFIG['ANDROID_VERSION'] > '17':
|
||||
if CONFIG['ANDROID_VERSION'] >= '17':
|
||||
includes = [
|
||||
'frameworks/av/include/media/stagefright',
|
||||
'frameworks/native/include/media/openmax',
|
||||
|
|
Загрузка…
Ссылка в новой задаче