media/libtremor/update.sh

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rwxr-xr-x

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 # Usage: cp $1/update.sh <tremor_src_directory>
     2 #
     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
    30 cp $1/os.h ./lib/os.h
    31 cp $1/COPYING ./COPYING
    32 cp $1/README ./README
    33 patch -p3 < ./bug719612.patch

mercurial