summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/libmad/libmad.pro
Unidiff
Diffstat (limited to 'core/multimedia/opieplayer/libmad/libmad.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro36
1 files changed, 1 insertions, 35 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index 21d3ffd..46af87f 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -2,59 +2,25 @@ 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( 14include( $(OPIEDIR)/include.pro )
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 )
49 15
50DEFINES += FPM_INTEL 16DEFINES += FPM_INTEL
51 17
52system(echo $QMAKESPEC | grep -s sharp) { 18system(echo $QMAKESPEC | grep -s sharp) {
53 DEFINES -= FPM_INTEL 19 DEFINES -= FPM_INTEL
54 DEFINES += FPM_ARM 20 DEFINES += FPM_ARM
55} 21}
56 22
57system(echo $QMAKESPEC | grep -s ipaq) { 23system(echo $QMAKESPEC | grep -s ipaq) {
58 DEFINES -= FPM_INTEL 24 DEFINES -= FPM_INTEL
59 DEFINES += FPM_ARM 25 DEFINES += FPM_ARM
60} 26}