-rw-r--r-- | core/multimedia/opieplayer/libmad/libmad.pro | 7 |
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 @@ | |||
1 | QMAKE_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 |