Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / media / libogg / update.sh
blobc07f61371b4b91b2a56a43cc2df95b079ccd18a6
1 # Usage: ./update.sh <ogg_src_directory>
3 # Copies the needed files from a directory containing the original
4 # libogg source that we need for the Mozilla HTML5 media support.
5 cp $1/include/ogg/config_types.h ./include/ogg/config_types.h
6 cp $1/include/ogg/ogg.h ./include/ogg/ogg.h
7 cp $1/include/ogg/os_types.h ./include/ogg/os_types.h
8 cp $1/CHANGES ./CHANGES
9 cp $1/COPYING ./COPYING
10 cp $1/README ./README
11 cp $1/src/bitwise.c ./src/ogg_bitwise.c
12 cp $1/src/framing.c ./src/ogg_framing.c
13 cp $1/AUTHORS ./AUTHORS
14 patch -p0 < int-types.patch