Issue #2311 - Part 3 - Add accessor for ffvpx real DFT functions

This commit is contained in:
trav90 2023-09-20 13:49:59 -05:00 • committed by roytam1
commit 0e796b1dcd
4 changed files with 35 additions and 0 deletions

View file

@ -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',
]