media/libtremor/update.sh

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/media/libtremor/update.sh	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# Usage: cp $1/update.sh <tremor_src_directory>
     1.5 +#
     1.6 +# Copies the needed files from a directory containing the original
     1.7 +# libtremor source that we need for the Mozilla HTML5 media support.
     1.8 +cp $1/asm_arm.h ./lib/asm_arm.h
     1.9 +cp $1/backends.h ./lib/backends.h
    1.10 +cp $1/block.c ./lib/tremor_block.c
    1.11 +cp $1/block.h ./lib/block.h
    1.12 +cp $1/codebook.c ./lib/tremor_codebook.c
    1.13 +cp $1/codebook.h ./lib/codebook.h
    1.14 +cp $1/codec_internal.h ./lib/codec_internal.h
    1.15 +cp $1/floor0.c ./lib/tremor_floor0.c
    1.16 +cp $1/floor1.c ./lib/tremor_floor1.c
    1.17 +cp $1/info.c ./lib/tremor_info.c
    1.18 +cp $1/lsp_lookup.h ./lib/lsp_lookup.h
    1.19 +cp $1/mapping0.c ./lib/tremor_mapping0.c
    1.20 +cp $1/mdct_lookup.h ./lib/mdct_lookup.h
    1.21 +cp $1/mdct.c ./lib/tremor_mdct.c
    1.22 +cp $1/mdct.h ./lib/mdct.h
    1.23 +cp $1/misc.h ./lib/misc.h
    1.24 +cp $1/registry.c ./lib/tremor_registry.c
    1.25 +cp $1/registry.h ./lib/registry.h
    1.26 +cp $1/res012.c ./lib/tremor_res012.c
    1.27 +cp $1/sharedbook.c ./lib/tremor_sharedbook.c
    1.28 +cp $1/synthesis.c ./lib/tremor_synthesis.c
    1.29 +cp $1/window_lookup.h ./lib/window_lookup.h
    1.30 +cp $1/window.c ./lib/tremor_window.c
    1.31 +cp $1/window.h ./lib/window.h
    1.32 +cp $1/ivorbiscodec.h ./include/tremor/ivorbiscodec.h
    1.33 +cp $1/os.h ./lib/os.h
    1.34 +cp $1/COPYING ./COPYING
    1.35 +cp $1/README ./README
    1.36 +patch -p3 < ./bug719612.patch

mercurial