Remove DirectShowReader Part 2: Build system

This commit is contained in:
trav90 2018-12-01 09:38:51 -06:00 committed by Roy Tam
commit f457d25da7
3 changed files with 0 additions and 35 deletions

View file

@ -42,9 +42,6 @@ DIRS += [
'standalone',
]
if CONFIG['MOZ_DIRECTSHOW']:
DIRS += ['directshow']
if CONFIG['MOZ_ANDROID_OMX']:
DIRS += ['android']
@ -294,11 +291,6 @@ LOCAL_INCLUDES += [
'/netwerk/base',
]
if CONFIG['MOZ_DIRECTSHOW']:
LOCAL_INCLUDES += [
'/media/webrtc/trunk/webrtc/modules/video_capture/windows',
]
if CONFIG['MOZ_WEBRTC']:
LOCAL_INCLUDES += [
'/media/webrtc/signaling/src/common',