Bug 1285541 - Update moz.build and update.sh for the new version of cubeb. r=achronop

MozReview-Commit-ID: 27b5L7ilGEg
This commit is contained in:
Paul Adenot 2016-07-20 15:02:23 +02:00
parent 5ce5a2cc20
commit 6100b0f94e
2 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@ if CONFIG['OS_ARCH'] == 'OpenBSD':
if CONFIG['OS_TARGET'] == 'Darwin':
SOURCES += [
'cubeb_audiounit.c',
'cubeb_audiounit.cpp',
'cubeb_resampler.cpp'
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':

View File

@ -12,7 +12,8 @@ cp $1/src/cubeb-speex-resampler.h src
cp $1/src/cubeb.c src
cp $1/src/cubeb_alsa.c src
cp $1/src/cubeb_audiotrack.c src
cp $1/src/cubeb_audiounit.c src
cp $1/src/cubeb_audiounit.cpp src
cp $1/src/cubeb_osx_run_loop.h src
cp $1/src/cubeb_jack.cpp src
cp $1/src/cubeb_opensl.c src
cp $1/src/cubeb_panner.cpp src