summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/vorbis/libtremor.pro
authorllornkcor <llornkcor>2003-04-08 02:56:00 (UTC)
committer llornkcor <llornkcor>2003-04-08 02:56:00 (UTC)
commit4e998346fbe802e534db9f04f63fd04e96ba9501 (patch) (side-by-side diff)
treec969faf216b7f75613c4cabece3b1d3441fc39a7 /core/multimedia/opieplayer/vorbis/libtremor.pro
parenteee5531d24fdb17011debaa7acd42683330e55b6 (diff)
downloadopie-4e998346fbe802e534db9f04f63fd04e96ba9501.zip
opie-4e998346fbe802e534db9f04f63fd04e96ba9501.tar.gz
opie-4e998346fbe802e534db9f04f63fd04e96ba9501.tar.bz2
vorbis lib and plugin for opieplayer1
Diffstat (limited to 'core/multimedia/opieplayer/vorbis/libtremor.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/vorbis/libtremor.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/vorbis/libtremor.pro b/core/multimedia/opieplayer/vorbis/libtremor.pro
new file mode 100644
index 0000000..3bd53fe
--- a/dev/null
+++ b/core/multimedia/opieplayer/vorbis/libtremor.pro
@@ -0,0 +1,12 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = libtremorplugin.h libtremorinimpl.h
+SOURCES = libtremorplugin.cpp libtremorpluginimpl.cpp
+TARGET = tremorplugin
+DESTDIR = $(OPIEDIR)/plugins/codecs
+INCLUDEPATH += $(OPIEDIR)/include .. tremor
+DEPENDPATH += $(OPIEDIR)/include .. tremor
+LIBS += -lqpe -lm -ltremor
+#-lvorbisidec
+VERSION = 1.0.0
+include ( $(OPIEDIR)/include.pro )