summaryrefslogtreecommitdiff
path: root/core/multimedia
authorcniehaus <cniehaus>2002-06-16 15:05:47 (UTC)
committer cniehaus <cniehaus>2002-06-16 15:05:47 (UTC)
commit932dae70d65ecbad75e7aeb9a3cd97a67742de36 (patch) (unidiff)
treea5afe4e516117c204af1a7fae6c6b5da4e2fe833 /core/multimedia
parentf3c439fa534832eec214e1779c7f7040a3325a2c (diff)
downloadopie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.zip
opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.gz
opie-932dae70d65ecbad75e7aeb9a3cd97a67742de36.tar.bz2
This add .pt and .es to all .pro
Diffstat (limited to 'core/multimedia') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index cfbae03..d55cf8f 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -3,23 +3,25 @@ CONFIG += qt warn_on release
3 HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ 3 HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \
4 layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h 4 layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h
5 SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ 5 SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \
6 layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp 6 layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp
7 TARGET = madplugin 7 TARGET = madplugin
8 DESTDIR = $(OPIEDIR)/plugins/codecs 8 DESTDIR = $(OPIEDIR)/plugins/codecs
9INCLUDEPATH += $(OPIEDIR)/include .. 9INCLUDEPATH += $(OPIEDIR)/include ..
10DEPENDPATH += ../$(OPIEDIR)/include .. 10DEPENDPATH += ../$(OPIEDIR)/include ..
11LIBS += -lqpe -lm 11LIBS += -lqpe -lm
12VERSION = 1.0.0 12VERSION = 1.0.0
13 13
14TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts 14TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts
15TRANSLATIONS += ../../i18n/es/libmadplugin.ts
16TRANSLATIONS += ../../i18n/pt/libmadplugin.ts
15TRANSLATIONS += ../../i18n/de/libmadplugin.ts 17TRANSLATIONS += ../../i18n/de/libmadplugin.ts
16TRANSLATIONS += ../../i18n/en/libmadplugin.ts 18TRANSLATIONS += ../../i18n/en/libmadplugin.ts
17TRANSLATIONS += ../../i18n/hu/libmadplugin.ts 19TRANSLATIONS += ../../i18n/hu/libmadplugin.ts
18TRANSLATIONS += ../../i18n/sl/libmadplugin.ts 20TRANSLATIONS += ../../i18n/sl/libmadplugin.ts
19TRANSLATIONS += ../../i18n/ja/libmadplugin.ts 21TRANSLATIONS += ../../i18n/ja/libmadplugin.ts
20TRANSLATIONS += ../../i18n/pl/libmadplugin.ts 22TRANSLATIONS += ../../i18n/pl/libmadplugin.ts
21TRANSLATIONS += ../../i18n/ko/libmadplugin.ts 23TRANSLATIONS += ../../i18n/ko/libmadplugin.ts
22TRANSLATIONS += ../../i18n/no/libmadplugin.ts 24TRANSLATIONS += ../../i18n/no/libmadplugin.ts
23TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts 25TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts
24TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts 26TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts
25TRANSLATIONS += ../../i18n/fr/libmadplugin.ts 27TRANSLATIONS += ../../i18n/fr/libmadplugin.ts