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
parent 6974cefbeb
commit 8c80332583

View File

@ -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 += [