Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron...
[wine-gecko.git] / media / libsydneyaudio / update.sh
blob5a9debf8873142c36a3fe84acb66274828605095
1 # Usage: ./update.sh <oggplay_src_directory>
3 # Copies the needed files from a directory containing the original
4 # liboggplay source that we need for the Mozilla HTML5 media support.
5 cp $1/include/sydney_audio.h include/sydney_audio.h
6 cp $1/src/*.c src/
7 cp $1/AUTHORS ./AUTHORS