author | kergoth <kergoth> | 2002-11-06 07:19:29 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 07:19:29 (UTC) |
commit | 6e56bf9fbc047c51ffa8a9a7760d78dbe2e3cdef (patch) (unidiff) | |
tree | 453feb2aed7f5a3b28b7488cbfb8330b96d1b7d3 | |
parent | b914ee28517e2be6b27a48e6d9fb9734c99d6e24 (diff) | |
download | opie-6e56bf9fbc047c51ffa8a9a7760d78dbe2e3cdef.zip opie-6e56bf9fbc047c51ffa8a9a7760d78dbe2e3cdef.tar.gz opie-6e56bf9fbc047c51ffa8a9a7760d78dbe2e3cdef.tar.bz2 |
Removed ifs within the sources line, qmake doesnt like that at -all- .. need to find a workaround to pass .pro changes based on config system..
-rw-r--r-- | core/multimedia/opieplayer/libmad/libmad.pro | 4 | ||||
-rw-r--r-- | core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index 976b626..999d1ed 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro | |||
@@ -5,9 +5,7 @@ TEMPLATE = lib | |||
5 | CONFIG += qt warn_on release | 5 | CONFIG += qt warn_on release |
6 | 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 \ |
7 | 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 |
8 | SOURCES = $(if $(CONFIG_TARGET_IPAQ),idmt_arm.S) \ | 8 | SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ |
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 \ | ||
11 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp | 9 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp |
12 | TARGET = madplugin | 10 | TARGET = madplugin |
13 | DESTDIR = $(OPIEDIR)/plugins/codecs | 11 | DESTDIR = $(OPIEDIR)/plugins/codecs |
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index 586bb1c..338fe29 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | |||
@@ -5,7 +5,7 @@ QMAKE_CC = $(CXX) | |||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | CONFIG += qt warn_on release | 6 | CONFIG += qt warn_on release |
7 | HEADERS = libmpeg3plugin.h libmpeg3pluginimpl.h | 7 | HEADERS = libmpeg3plugin.h libmpeg3pluginimpl.h |
8 | SOURCES = $(if $(CONFIG_TARGET_X86),video/mmxidct.S video/reconmmx.s) libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ | 8 | SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ |
9 | bitstream.c \ | 9 | bitstream.c \ |
10 | libmpeg3.c \ | 10 | libmpeg3.c \ |
11 | mpeg3atrack.c \ | 11 | mpeg3atrack.c \ |