summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/vorbis/tremor
Unidiff
Diffstat (limited to 'core/multimedia/opieplayer/vorbis/tremor') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/vorbis/tremor/tremor.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
index cf366bc..4103cb9 100644
--- a/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
+++ b/core/multimedia/opieplayer/vorbis/tremor/tremor.pro
@@ -1,26 +1,26 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG = qt warn_on release 2CONFIG = qt warn_on
3HEADERS = asm_arm.h \ 3HEADERS = asm_arm.h \
4 backends.h \ 4 backends.h \
5 codebook.h \ 5 codebook.h \
6 codec_internal.h \ 6 codec_internal.h \
7 config_types.h \ 7 config_types.h \
8 ivorbiscodec.h \ 8 ivorbiscodec.h \
9 ivorbisfile.h \ 9 ivorbisfile.h \
10 lsp_lookup.h \ 10 lsp_lookup.h \
11 mdct.h \ 11 mdct.h \
12 mdct_lookup.h \ 12 mdct_lookup.h \
13 misc.h \ 13 misc.h \
14 ogg.h \ 14 ogg.h \
15 os.h \ 15 os.h \
16 os_types.h \ 16 os_types.h \
17 registry.h \ 17 registry.h \
18 window.h \ 18 window.h \
19 window_lookup.h 19 window_lookup.h
20SOURCES = bitwise.c \ 20SOURCES = bitwise.c \
21 block.c \ 21 block.c \
22 codebook.c \ 22 codebook.c \
23 floor0.c \ 23 floor0.c \
24 floor1.c \ 24 floor1.c \
25 framing.c \ 25 framing.c \
26 info.c \ 26 info.c \