summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-07-03 10:21:23 +0000
committerDave Chapman <dave@dchapman.com>2007-07-03 10:21:23 +0000
commit9cb40ea5e33c9e57c4e4b10c519aef046a90c561 (patch)
tree6d6d8bbabac6c8c0c90d7fa9317ad6b68b8baa2d /apps/codecs
parentfe163c51786fe9d0a0bdf8d38ad32bcfc3a518ab (diff)
downloadrockbox-9cb40ea5e33c9e57c4e4b10c519aef046a90c561.tar.gz
rockbox-9cb40ea5e33c9e57c4e4b10c519aef046a90c561.zip
WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and add new files to apps/FILES
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13771 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/libwma/Makefile2
-rw-r--r--apps/codecs/wma.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwma/Makefile b/apps/codecs/libwma/Makefile
index fc1cd6f690..0d7f966737 100644
--- a/apps/codecs/libwma/Makefile
+++ b/apps/codecs/libwma/Makefile
@@ -4,7 +4,7 @@
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/ 6# \/ \/ \/ \/ \/
7# $Id: Makefile 11401 2006-10-30 18:14:12Z learman $ 7# $Id$
8# 8#
9 9
10INCLUDES=-I$(APPSDIR) -I.. -I. -I$(FIRMDIR)/include -I$(FIRMDIR)/export \ 10INCLUDES=-I$(APPSDIR) -I.. -I. -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c
index 5303eb4287..a8e386a177 100644
--- a/apps/codecs/wma.c
+++ b/apps/codecs/wma.c
@@ -5,7 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id: flac.c 12830 2007-03-18 09:50:53Z learman $ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 Dave Chapman 10 * Copyright (C) 2005 Dave Chapman
11 * 11 *