-rw-r--r-- | noncore/multimedia/opieplayer2/mainTest.cpp | 3 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/zeckeplayer.pro | 6 |
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,6 +1,7 @@ | |||
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 | ||
@@ -10,6 +11,6 @@ int main( int argc, char *argv[] ) { | |||
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 | |||
@@ -4,7 +4,7 @@ DESTDIR = . | |||
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 |
9 | LIBS += -lxine -lxineutils | 9 | LIBS += -L/opt/QtPalmtop/lib -lxine -lxineutils |
10 | TARGET = zeckeplayer \ No newline at end of file | 10 | TARGET = zeckeplayer \ No newline at end of file |