mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6582a15604
--HG-- extra : rebase_source : fd1b92c236fca4d0e9d42b01a4bec64b46d21b84
10 lines
365 B
Bash
10 lines
365 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
|
|
patch -p3 < 469698_mac_stream_endian.patch
|
|
patch -p3 < 478299_zeromem_sa_stream.patch
|