summaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-08-22 17:39:42 +0000
committerMoonchild <moonchild@palemoon.org>2021-08-22 17:39:42 +0000
commita725c0fe3d75512ee64f7fff5f8d5c216c13ecea (patch)
tree8cf24927ca044ba2c278fe540ef096186a62b40b /media
parent5d09ddb57496dbb5f747543793d84d59c7868b4f (diff)
downloaduxp-a725c0fe3d75512ee64f7fff5f8d5c216c13ecea.tar.gz
Revert "Issue #1806 - Follow-up: New libcubeb uses incorrect audio backend for Oracle Solaris."
This reverts commit 9d4f14582bcf9663914ab3ac6bcd56adeb8ce03d.
Diffstat (limited to 'media')
-rw-r--r--media/libcubeb/src/moz.build8
1 files changed, 1 insertions, 7 deletions
diff --git a/media/libcubeb/src/moz.build b/media/libcubeb/src/moz.build
index bba0d5f8b5..a67098d8dd 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',