Drag DirectShow back from the dead, force H264 support

This commit is contained in:
wuggy 2026-09-08 06:59:43 -07:00
commit 96bc206271
19 changed files with 3024 additions and 0 deletions

View file

@ -42,6 +42,12 @@ DIRS += [
'standalone',
]
if CONFIG['MOZ_DIRECTSHOW']:
DIRS += ['directshow']
LOCAL_INCLUDES += [
'/media/webrtc/trunk/webrtc/modules/video_capture/windows',
]
if CONFIG['MOZ_FMP4']:
DIRS += ['fmp4']