2008-10-16 07:16:29 +04:00
|
|
|
# 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
|
2009-05-18 05:33:21 +04:00
|
|
|
patch -p4 <pause-resume.patch
|
2009-05-19 21:19:49 +04:00
|
|
|
patch -p4 <include-CoreServices.patch
|
2009-07-02 08:38:26 +04:00
|
|
|
patch -p3 <bug495794_closeAudio.patch
|