Bug 1616736 - P1. Remove invalid include. r=jolin

Stale code that never got removed but should have been

Differential Revision: https://phabricator.services.mozilla.com/D64705

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jean-Yves Avenard 2020-02-28 19:33:14 +00:00
Родитель 6974cefbeb
Коммит 8c80332583
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -23,11 +23,6 @@ LOCAL_INCLUDES += [
'../ffmpeg58/include',
]
if CONFIG['OS_ARCH'] == 'WINNT':
LOCAL_INCLUDES += [
'../ffmpeg57/include',
]
CXXFLAGS += [ '-Wno-deprecated-declarations' ]
if CONFIG['CC_TYPE'] == 'clang':
CXXFLAGS += [