diff options
author | Moonchild <moonchild@palemoon.org> | 2021-08-22 17:39:42 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-08-22 17:39:42 +0000 |
commit | c7fab85fcb7193764e87447033c7fe1e487ba89f (patch) | |
tree | 8cf24927ca044ba2c278fe540ef096186a62b40b | |
parent | 90a8464e692e815531e31a96519ab830baa93f53 (diff) | |
download | aura-central-c7fab85fcb7193764e87447033c7fe1e487ba89f.tar.gz |
Revert "Issue mcp-graveyard/UXP%1806 - Follow-up: New libcubeb uses incorrect audio backend for Oracle Solaris."
This reverts commit 9d4f14582bcf9663914ab3ac6bcd56adeb8ce03d.
-rw-r--r-- | media/libcubeb/src/moz.build | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/media/libcubeb/src/moz.build b/media/libcubeb/src/moz.build index bba0d5f8b..a67098d8d 100644 --- a/media/libcubeb/src/moz.build +++ b/media/libcubeb/src/moz.build @@ -36,18 +36,12 @@ if CONFIG['MOZ_JACK']: ] DEFINES['USE_JACK'] = True -if CONFIG['OS_ARCH'] in ('DragonFly', 'FreeBSD'): +if CONFIG['OS_ARCH'] in ('DragonFly', 'FreeBSD', 'SunOS'): SOURCES += [ 'cubeb_oss.c', ] DEFINES['USE_OSS'] = True -if CONFIG['OS_ARCH'] == 'SunOS': - SOURCES += [ - 'cubeb_sun.c', - ] - DEFINES['USE_SUN'] = True - if CONFIG['OS_TARGET'] == 'WINNT': SOURCES += [ 'cubeb_resampler.cpp', |