399c4c43f4
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 provides Thunderbird 60 ESR.
12 lines
449 B
Bash
12 lines
449 B
Bash
$NetBSD: patch-media_libcubeb_update.sh,v 1.1 2019/09/21 11:23:28 ryoon Exp $
|
|
|
|
--- media/libcubeb/update.sh.orig 2018-12-04 23:11:53.000000000 +0000
|
|
+++ media/libcubeb/update.sh
|
|
@@ -20,6 +20,7 @@ cp $1/src/cubeb_log.h src
|
|
cp $1/src/cubeb_mixer.cpp src
|
|
cp $1/src/cubeb_mixer.h src
|
|
cp $1/src/cubeb_opensl.c src
|
|
+cp $1/src/cubeb_oss.c src
|
|
cp $1/src/cubeb-jni.cpp src
|
|
cp $1/src/cubeb-jni.h src
|
|
cp $1/src/android/cubeb-output-latency.h src/android
|