author | zecke <zecke> | 2002-07-07 13:04:03 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-07-07 13:04:03 (UTC) |
commit | b61380e31f6fa19acb20c5c603441d9ff64e344e (patch) (unidiff) | |
tree | d44fd8724657df0ec7a5e89f0114ed280f025115 | |
parent | f9ef0ea0b313a213516d15b0f4779efbb3cf5231 (diff) | |
download | opie-b61380e31f6fa19acb20c5c603441d9ff64e344e.zip opie-b61380e31f6fa19acb20c5c603441d9ff64e344e.tar.gz opie-b61380e31f6fa19acb20c5c603441d9ff64e344e.tar.bz2 |
Update
-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,7 +1,8 @@ | |||
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 | ||
7 | int main( int argc, char *argv[] ) { | 8 | int main( int argc, char *argv[] ) { |
@@ -9,7 +10,7 @@ int main( int argc, char *argv[] ) { | |||
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 | |||
@@ -3,8 +3,8 @@ DESTDIR = . | |||
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 |
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 |