summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-01-03 23:40:35 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-01-03 23:40:35 -0500
commit46ca396f8c58ce6c0c95bc6ac09134ec9adc9cae (patch)
tree6894de85812f284f5cb0fdc2b3baaaa08cebc360 /build
parent39cebe99e2db22d9e725499bf309b5668fcee413 (diff)
downloadUXP-46ca396f8c58ce6c0c95bc6ac09134ec9adc9cae.tar
UXP-46ca396f8c58ce6c0c95bc6ac09134ec9adc9cae.tar.gz
UXP-46ca396f8c58ce6c0c95bc6ac09134ec9adc9cae.tar.lz
UXP-46ca396f8c58ce6c0c95bc6ac09134ec9adc9cae.tar.xz
UXP-46ca396f8c58ce6c0c95bc6ac09134ec9adc9cae.zip
Issue #61 - Add configure option for non-windows platforms
Windows will ALWAYS have this enabled but we eventually want all target operating systems to use this as well but that will require more work
Diffstat (limited to 'build')
-rw-r--r--build/moz.configure/old.configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
index 9673b8a89..7b1d462c4 100644
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -226,6 +226,7 @@ def old_configure_options(*options):
'--enable-safe-browsing',
'--enable-sandbox',
'--enable-security-sqlstore',
+ '--enable-shared-media',
'--enable-signmar',
'--enable-simulator',
'--enable-small-chunk-size',