Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#12140 - Make various codec stuff static

Attached to Project: Rockbox
Opened by Sean Bartell (wtachi) - Wednesday, 01 June 2011, 07:15 GMT+2
Last edited by Nils Wallménius (nls) - Wednesday, 01 June 2011, 12:32 GMT+2
Task Type Patches
Category Codecs
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Some of these were found with http://www.samba.org/junkcode/#findstatic. A few functions were moved from a header to a source file, since they weren't used elsewhere.
   0001-static.patch (16.1 KiB)
 b/apps/codecs/au.c                      |    2 -
 b/apps/codecs/lib/fft-ffmpeg.c          |   12 +++----
 b/apps/codecs/libalac/alac.c            |   54 ++++++++++++++++----------------
 b/apps/codecs/libatrac/atrac3.c         |    4 +-
 b/apps/codecs/libmusepack/mpc_decoder.c |   22 +++++++------
 b/apps/codecs/libmusepack/mpcdec.h      |    2 +
 b/apps/codecs/libmusepack/requant.c     |    2 -
 b/apps/codecs/libspc/spc_codec.h        |   16 ---------
 b/apps/codecs/libspc/spc_emu.c          |   18 +++++++++-
 b/apps/codecs/libtremor/res012.c        |    8 ++--
 b/apps/codecs/libtta/ttadec.c           |    2 -
 b/apps/codecs/spc.c                     |    4 +-
 b/apps/codecs/wav.c                     |    2 -
 b/apps/codecs/wmapro.c                  |    3 +
 14 files changed, 77 insertions(+), 74 deletions(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Wednesday, 01 June 2011, 12:32 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  committed, thanks

Loading...