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