summaryrefslogtreecommitdiffstats
path: root/dom/media/platforms/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/platforms/moz.build')
-rw-r--r--dom/media/platforms/moz.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/media/platforms/moz.build b/dom/media/platforms/moz.build
index f5fb72c5d..c46d52e3f 100644
--- a/dom/media/platforms/moz.build
+++ b/dom/media/platforms/moz.build
@@ -30,11 +30,13 @@ UNIFIED_SOURCES += [
]
DIRS += [
- 'agnostic/eme',
'agnostic/gmp',
'omx'
]
+if CONFIG['MOZ_EME']:
+ DIRS += ['agnostic/eme']
+
if CONFIG['MOZ_WMF']:
DIRS += [ 'wmf' ];