summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/libmad/libmad.pro
Unidiff
Diffstat (limited to 'core/multimedia/opieplayer/libmad/libmad.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro36
1 files changed, 35 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index 646726c..21d3ffd 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -2,25 +2,59 @@ TEMPLATE = lib
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3 HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ 3 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 4 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 \ 5 SOURCES = 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 6 layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp
7 TARGET = madplugin 7 TARGET = madplugin
8 DESTDIR = $(OPIEDIR)/plugins/codecs 8 DESTDIR = $(OPIEDIR)/plugins/codecs
9INCLUDEPATH += $(OPIEDIR)/include .. 9INCLUDEPATH += $(OPIEDIR)/include ..
10DEPENDPATH += .. 10DEPENDPATH += ..
11LIBS += -lqpe -lm 11LIBS += -lqpe -lm
12VERSION = 1.0.0 12VERSION = 1.0.0
13 13
14include ( $(OPIEDIR)/include.pro ) 14include(
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48 $(OPIEDIR)/include.pro )
15 49
16DEFINES += FPM_INTEL 50DEFINES += FPM_INTEL
17 51
18system(echo $QMAKESPEC | grep -s sharp) { 52system(echo $QMAKESPEC | grep -s sharp) {
19 DEFINES -= FPM_INTEL 53 DEFINES -= FPM_INTEL
20 DEFINES += FPM_ARM 54 DEFINES += FPM_ARM
21} 55}
22 56
23system(echo $QMAKESPEC | grep -s ipaq) { 57system(echo $QMAKESPEC | grep -s ipaq) {
24 DEFINES -= FPM_INTEL 58 DEFINES -= FPM_INTEL
25 DEFINES += FPM_ARM 59 DEFINES += FPM_ARM
26} 60}