media/libtremor/update.sh

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rwxr-xr-x

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # Usage: cp $1/update.sh <tremor_src_directory>
michael@0 2 #
michael@0 3 # Copies the needed files from a directory containing the original
michael@0 4 # libtremor source that we need for the Mozilla HTML5 media support.
michael@0 5 cp $1/asm_arm.h ./lib/asm_arm.h
michael@0 6 cp $1/backends.h ./lib/backends.h
michael@0 7 cp $1/block.c ./lib/tremor_block.c
michael@0 8 cp $1/block.h ./lib/block.h
michael@0 9 cp $1/codebook.c ./lib/tremor_codebook.c
michael@0 10 cp $1/codebook.h ./lib/codebook.h
michael@0 11 cp $1/codec_internal.h ./lib/codec_internal.h
michael@0 12 cp $1/floor0.c ./lib/tremor_floor0.c
michael@0 13 cp $1/floor1.c ./lib/tremor_floor1.c
michael@0 14 cp $1/info.c ./lib/tremor_info.c
michael@0 15 cp $1/lsp_lookup.h ./lib/lsp_lookup.h
michael@0 16 cp $1/mapping0.c ./lib/tremor_mapping0.c
michael@0 17 cp $1/mdct_lookup.h ./lib/mdct_lookup.h
michael@0 18 cp $1/mdct.c ./lib/tremor_mdct.c
michael@0 19 cp $1/mdct.h ./lib/mdct.h
michael@0 20 cp $1/misc.h ./lib/misc.h
michael@0 21 cp $1/registry.c ./lib/tremor_registry.c
michael@0 22 cp $1/registry.h ./lib/registry.h
michael@0 23 cp $1/res012.c ./lib/tremor_res012.c
michael@0 24 cp $1/sharedbook.c ./lib/tremor_sharedbook.c
michael@0 25 cp $1/synthesis.c ./lib/tremor_synthesis.c
michael@0 26 cp $1/window_lookup.h ./lib/window_lookup.h
michael@0 27 cp $1/window.c ./lib/tremor_window.c
michael@0 28 cp $1/window.h ./lib/window.h
michael@0 29 cp $1/ivorbiscodec.h ./include/tremor/ivorbiscodec.h
michael@0 30 cp $1/os.h ./lib/os.h
michael@0 31 cp $1/COPYING ./COPYING
michael@0 32 cp $1/README ./README
michael@0 33 patch -p3 < ./bug719612.patch

mercurial