summaryrefslogtreecommitdiff
authorzecke <zecke>2002-07-07 13:04:03 (UTC)
committer zecke <zecke>2002-07-07 13:04:03 (UTC)
commitb61380e31f6fa19acb20c5c603441d9ff64e344e (patch) (unidiff)
treed44fd8724657df0ec7a5e89f0114ed280f025115
parentf9ef0ea0b313a213516d15b0f4779efbb3cf5231 (diff)
downloadopie-b61380e31f6fa19acb20c5c603441d9ff64e344e.zip
opie-b61380e31f6fa19acb20c5c603441d9ff64e344e.tar.gz
opie-b61380e31f6fa19acb20c5c603441d9ff64e344e.tar.bz2
Update
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mainTest.cpp3
-rw-r--r--noncore/multimedia/opieplayer2/zeckeplayer.pro6
2 files changed, 5 insertions, 4 deletions
diff --git a/noncore/multimedia/opieplayer2/mainTest.cpp b/noncore/multimedia/opieplayer2/mainTest.cpp
index 58a8b47..e374c89 100644
--- a/noncore/multimedia/opieplayer2/mainTest.cpp
+++ b/noncore/multimedia/opieplayer2/mainTest.cpp
@@ -1,15 +1,16 @@
1 1
2#include <stdlib.h> 2#include <stdlib.h>
3#include <stdio.h> 3#include <stdio.h>
4#include <unistd.h>
4 5
5#include "lib.h" 6#include "lib.h"
6 7
7int main( int argc, char *argv[] ) { 8int main( int argc, char *argv[] ) {
8 printf("FixME\n"); 9 printf("FixME\n");
9 //return 0; 10 //return 0;
10 XINE::Lib lib; 11 XINE::Lib lib;
11 QString str = QString::fromLatin1( argv[1] ); 12 QString str = QString::fromLatin1( argv[1] );
12 lib.play( str ); 13 lib.play( str );
13 for (;;); 14 for (;;) sleep( 60 );
14 return 0; 15 return 0;
15} 16}
diff --git a/noncore/multimedia/opieplayer2/zeckeplayer.pro b/noncore/multimedia/opieplayer2/zeckeplayer.pro
index 2484c86..a1683e2 100644
--- a/noncore/multimedia/opieplayer2/zeckeplayer.pro
+++ b/noncore/multimedia/opieplayer2/zeckeplayer.pro
@@ -1,10 +1,10 @@
1 TEMPLATE= app 1 TEMPLATE= app
2DESTDIR = . 2DESTDIR = .
3 #CONFIG = qt warn_on debug 3 #CONFIG = qt warn_on debug
4 CONFIG = qt warn_on release 4 CONFIG = qt warn_on release
5 HEADERS = frame.h lib.h 5 HEADERS = frame.h lib.h
6 SOURCES = nullvideo.o frame.cpp lib.cpp mainTest.cpp 6 SOURCES = nullvideo.o frame.cpp lib.cpp mainTest.cpp
7 INCLUDEPATH+= $(OPIEDIR)/include /usr/include 7 INCLUDEPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include
8 DEPENDPATH+= $(OPIEDIR)/include /usr/include 8 DEPENDPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include
9LIBS += -lxine -lxineutils 9LIBS += -L/opt/QtPalmtop/lib -lxine -lxineutils
10TARGET = zeckeplayer \ No newline at end of file 10TARGET = zeckeplayer \ No newline at end of file