Bug 1225045: Fix stagefright include paths for ANDROID_VERSION >= 17, r=gps

This commit is contained in:
Thomas Zimmermann 2015-11-19 10:42:31 +01:00
parent 02526b144b
commit c0ce624235

View File

@ -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',