mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #2311 - Part 3 - Add accessor for ffvpx real DFT functions
This commit is contained in:
parent
289020a670
commit
0e796b1dcd
4 changed files with 35 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ if CONFIG['MOZ_WMF']:
|
|||
|
||||
if CONFIG['MOZ_FFVPX'] or CONFIG['MOZ_FFMPEG']:
|
||||
# common code to either FFmpeg or FFVPX
|
||||
EXPORTS += [
|
||||
'ffmpeg/FFmpegRDFTTypes.h',
|
||||
]
|
||||
UNIFIED_SOURCES += [
|
||||
'ffmpeg/FFmpegLibWrapper.cpp',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue