author | kergoth <kergoth> | 2002-11-06 06:49:30 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 06:49:30 (UTC) |
commit | 6d8419ef1b9f3f8f5599254d7a005b6a7ea5f5a8 (patch) (unidiff) | |
tree | 1212d1fe28e79557cf04d3a187bc1e830f5b642d | |
parent | 915029461454cd28ee312948bbe7b4565d2173c0 (diff) | |
download | opie-6d8419ef1b9f3f8f5599254d7a005b6a7ea5f5a8.zip opie-6d8419ef1b9f3f8f5599254d7a005b6a7ea5f5a8.tar.gz opie-6d8419ef1b9f3f8f5599254d7a005b6a7ea5f5a8.tar.bz2 |
Set libmpeg compile params .. converting configure script stuffs over
-rw-r--r-- | core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index a465f8a..586bb1c 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | |||
@@ -1,7 +1,11 @@ | |||
1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DHAVE_MMX -DHAVE_CSS) \ | ||
2 | $(if $(CONFIG_TARGET_IPAQ),-DUSE_FIXED_POINT) \ | ||
3 | $(if $(CONFIG_TARGET_SHARP),-DUSE_FIXED_POINT) | ||
4 | QMAKE_CC = $(CXX) | ||
1 | TEMPLATE = lib | 5 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 6 | CONFIG += qt warn_on release |
3 | HEADERS = libmpeg3plugin.h libmpeg3pluginimpl.h | 7 | HEADERS = libmpeg3plugin.h libmpeg3pluginimpl.h |
4 | SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ | 8 | SOURCES = $(if $(CONFIG_TARGET_X86),video/mmxidct.S video/reconmmx.s) libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ |
5 | bitstream.c \ | 9 | bitstream.c \ |
6 | libmpeg3.c \ | 10 | libmpeg3.c \ |
7 | mpeg3atrack.c \ | 11 | mpeg3atrack.c \ |
@@ -35,7 +39,7 @@ SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ | |||
35 | video/slice.c \ | 39 | video/slice.c \ |
36 | video/vlc.c | 40 | video/vlc.c |
37 | TARGET = mpeg3plugin | 41 | TARGET = mpeg3plugin |
38 | TMAKE_CC=g++ | 42 | TMAKE_CC=$(CXX) |
39 | DESTDIR = $(OPIEDIR)/plugins/codecs | 43 | DESTDIR = $(OPIEDIR)/plugins/codecs |
40 | INCLUDEPATH += $(OPIEDIR)/include .. | 44 | INCLUDEPATH += $(OPIEDIR)/include .. |
41 | DEPENDPATH += ../$(OPIEDIR)/include .. | 45 | DEPENDPATH += ../$(OPIEDIR)/include .. |