gecko/media/libsydneyaudio/update.sh
Chris Double 563dbfee36 Bug 485433 - Fix incorrect write size handling in alsa backend of libsydneyaudio - rs=roc
--HG--
extra : rebase_source : 8fb4c785020fb2ff68755756f61933b5d346d377
2009-03-30 13:33:42 +13:00

8 lines
279 B
Bash

# Usage: ./update.sh <oggplay_src_directory>
#
# Copies the needed files from a directory containing the original
# liboggplay source that we need for the Mozilla HTML5 media support.
cp $1/include/sydney_audio.h include/sydney_audio.h
cp $1/src/*.c src/
cp $1/AUTHORS ./AUTHORS