3ffd6fec3b
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit. This package tracks 38 ESR branch.
26 lines
789 B
Text
26 lines
789 B
Text
$NetBSD: patch-mozilla_media_webrtc_signaling_test_moz.build,v 1.1 2016/04/17 18:22:21 ryoon Exp $
|
|
|
|
--- mozilla/media/webrtc/signaling/test/moz.build.orig 2015-06-08 17:49:23.000000000 +0000
|
|
+++ mozilla/media/webrtc/signaling/test/moz.build
|
|
@@ -109,15 +109,19 @@ if CONFIG['JS_SHARED_LIBRARY']:
|
|
'js',
|
|
]
|
|
|
|
+OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS']
|
|
OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS']
|
|
OS_LIBS += CONFIG['REALTIME_LIBS']
|
|
|
|
-if CONFIG['MOZ_ALSA']:
|
|
- OS_LIBS += CONFIG['MOZ_ALSA_LIBS']
|
|
+if CONFIG['MOZ_OSS']:
|
|
+ OS_LIBS += CONFIG['MOZ_OSS_LIBS']
|
|
|
|
if CONFIG['MOZ_NATIVE_JPEG']:
|
|
OS_LIBS += CONFIG['MOZ_JPEG_LIBS']
|
|
|
|
+if CONFIG['MOZ_NATIVE_OPUS']:
|
|
+ OS_LIBS += CONFIG['MOZ_OPUS_LIBS']
|
|
+
|
|
if CONFIG['MOZ_NATIVE_LIBVPX']:
|
|
OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS']
|
|
|