From b914ee28517e2be6b27a48e6d9fb9734c99d6e24 Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 06 Nov 2002 06:58:57 +0000 Subject: libmad opts from root configure script. this is so much cleaner :) --- (limited to 'core/multimedia/opieplayer') 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 @@ +QMAKE_CFLAGS += $(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 \ +SOURCES = $(if $(CONFIG_TARGET_IPAQ),idmt_arm.S) \ + $(if $(CONFIG_TARGET_SHARP),idmt_arm.S) \ + 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 -- cgit v0.9.0.2