summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/libmad/libmad.pro
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /core/multimedia/opieplayer/libmad/libmad.pro
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'core/multimedia/opieplayer/libmad/libmad.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index edcc22c..d1528a2 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -1,39 +1,39 @@
QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \
$(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \
$(if $(CONFIG_TARGET_SHARP),-DFPM_ARM)
QMAKE_CXXFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \
$(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \
$(if $(CONFIG_TARGET_SHARP),-DFPM_ARM)
TEMPLATE = lib
CONFIG += qt warn_on release
HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \
layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h
SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \
layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp
TARGET = madplugin
DESTDIR = $(OPIEDIR)/plugins/codecs
INCLUDEPATH += $(OPIEDIR)/include ..
DEPENDPATH += ../$(OPIEDIR)/include ..
LIBS += -lqpe -lm
VERSION = 1.0.0
TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \
../../../../i18n/da/libmadplugin.ts \
../../../../i18n/xx/libmadplugin.ts \
../../../../i18n/en/libmadplugin.ts \
../../../../i18n/es/libmadplugin.ts \
../../../../i18n/fr/libmadplugin.ts \
../../../../i18n/hu/libmadplugin.ts \
../../../../i18n/ja/libmadplugin.ts \
../../../../i18n/ko/libmadplugin.ts \
../../../../i18n/no/libmadplugin.ts \
../../../../i18n/pl/libmadplugin.ts \
../../../../i18n/pt/libmadplugin.ts \
../../../../i18n/pt_BR/libmadplugin.ts \
../../../../i18n/sl/libmadplugin.ts \
../../../../i18n/zh_CN/libmadplugin.ts \
../../../../i18n/zh_TW/libmadplugin.ts
-include ( ../../../../include.pro )
+include ( $(OPIEDIR)/include.pro )