summaryrefslogtreecommitdiff
path: root/core
authorkergoth <kergoth>2002-11-06 06:58:57 (UTC)
committer kergoth <kergoth>2002-11-06 06:58:57 (UTC)
commitb914ee28517e2be6b27a48e6d9fb9734c99d6e24 (patch) (unidiff)
treeaf843f774b8af7e1d8ce550f329ff66bb9067c34 /core
parentcf67639169c3afdfbdb820682f2207451c19b5e0 (diff)
downloadopie-b914ee28517e2be6b27a48e6d9fb9734c99d6e24.zip
opie-b914ee28517e2be6b27a48e6d9fb9734c99d6e24.tar.gz
opie-b914ee28517e2be6b27a48e6d9fb9734c99d6e24.tar.bz2
libmad opts from root configure script. this is so much cleaner :)
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index 3787464..976b626 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -1,8 +1,13 @@
1QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \
2 $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \
3 $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM)
1 TEMPLATE = lib 4 TEMPLATE = lib
2 CONFIG += qt warn_on release 5 CONFIG += qt warn_on release
3 HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ 6 HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \
4 layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h 7 layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h
5 SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ 8 SOURCES = $(if $(CONFIG_TARGET_IPAQ),idmt_arm.S) \
9 $(if $(CONFIG_TARGET_SHARP),idmt_arm.S) \
10 version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \
6 layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp 11 layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp
7 TARGET = madplugin 12 TARGET = madplugin
8 DESTDIR = $(OPIEDIR)/plugins/codecs 13 DESTDIR = $(OPIEDIR)/plugins/codecs