-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,16 +1,20 @@ | |||
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 \ |
8 | mpeg3css.c \ | 12 | mpeg3css.c \ |
9 | mpeg3demux.c \ | 13 | mpeg3demux.c \ |
10 | mpeg3io.c \ | 14 | mpeg3io.c \ |
11 | mpeg3title.c \ | 15 | mpeg3title.c \ |
12 | mpeg3vtrack.c \ | 16 | mpeg3vtrack.c \ |
13 | audio/ac3.c \ | 17 | audio/ac3.c \ |
14 | audio/bit_allocation.c \ | 18 | audio/bit_allocation.c \ |
15 | audio/dct.c \ | 19 | audio/dct.c \ |
16 | audio/exponents.c \ | 20 | audio/exponents.c \ |
@@ -26,25 +30,25 @@ SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ | |||
26 | video/headers.c \ | 30 | video/headers.c \ |
27 | video/idct.c \ | 31 | video/idct.c \ |
28 | video/macroblocks.c \ | 32 | video/macroblocks.c \ |
29 | video/mmxtest.c \ | 33 | video/mmxtest.c \ |
30 | video/motion.c \ | 34 | video/motion.c \ |
31 | video/mpeg3video.c \ | 35 | video/mpeg3video.c \ |
32 | video/output.c \ | 36 | video/output.c \ |
33 | video/reconstruct.c \ | 37 | video/reconstruct.c \ |
34 | video/seek.c \ | 38 | video/seek.c \ |
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 .. |
42 | LIBS += -lqpe -lpthread -lm | 46 | LIBS += -lqpe -lpthread -lm |
43 | VERSION = 1.0.0 | 47 | VERSION = 1.0.0 |
44 | 48 | ||
45 | TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ | 49 | TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ |
46 | ../../../../i18n/en/libmpeg3plugin.ts \ | 50 | ../../../../i18n/en/libmpeg3plugin.ts \ |
47 | ../../../../i18n/es/libmpeg3plugin.ts \ | 51 | ../../../../i18n/es/libmpeg3plugin.ts \ |
48 | ../../../../i18n/fr/libmpeg3plugin.ts \ | 52 | ../../../../i18n/fr/libmpeg3plugin.ts \ |
49 | ../../../../i18n/hu/libmpeg3plugin.ts \ | 53 | ../../../../i18n/hu/libmpeg3plugin.ts \ |
50 | ../../../../i18n/ja/libmpeg3plugin.ts \ | 54 | ../../../../i18n/ja/libmpeg3plugin.ts \ |