mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Drag DirectShow back from the dead, force H264 support
This commit is contained in:
parent
14b52e7fc8
commit
96bc206271
19 changed files with 3024 additions and 0 deletions
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue