Bug 757034 - Add sndio to cubeb update.sh.

This commit is contained in:
Matthew Gregan 2012-06-02 19:16:32 +12:00
parent 28782d202a
commit 2d215348c1
2 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,4 @@ Makefile.in build files for the Mozilla build system.
The cubeb git repository is: git://github.com/kinetiknz/cubeb.git
The git commit ID used was 6a6ed2607e3c457768659495532c58480df1e40d.
The git commit ID used was 21d9678eb9755761f7a9d26253189b926258de7c.

View File

@ -6,6 +6,7 @@ cp $1/src/cubeb_alsa.c src
cp $1/src/cubeb_winmm.c src
cp $1/src/cubeb_audiounit.c src
cp $1/src/cubeb_pulse.c src
cp $1/src/cubeb_sndio.c src
cp $1/LICENSE .
cp $1/README .
cp $1/AUTHORS .