summaryrefslogtreecommitdiffstats
path: root/dom/media/platforms/moz.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /dom/media/platforms/moz.build
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz
firefox-adbda400be353e676059e335c3c0aaf99e719475.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/platforms/moz.build')
-rw-r--r--dom/media/platforms/moz.build18
1 files changed, 6 insertions, 12 deletions
diff --git a/dom/media/platforms/moz.build b/dom/media/platforms/moz.build
index 34acf4e8d1..6f71c5cc12 100644
--- a/dom/media/platforms/moz.build
+++ b/dom/media/platforms/moz.build
@@ -47,19 +47,13 @@ DIRS += ["agnostic/bytestreams", "agnostic/eme", "agnostic/gmp", "omx"]
if CONFIG["MOZ_WMF"]:
DIRS += ["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",
- ]
+UNIFIED_SOURCES += [
+ "ffmpeg/FFmpegLibWrapper.cpp",
+]
-if CONFIG["MOZ_FFVPX"]:
- DIRS += [
- "ffmpeg/ffvpx",
- ]
+DIRS += [
+ "ffmpeg/ffvpx",
+]
if CONFIG["MOZ_FFMPEG"]:
DIRS += [