author | zecke <zecke> | 2002-07-07 13:04:03 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-07-07 13:04:03 (UTC) |
commit | b61380e31f6fa19acb20c5c603441d9ff64e344e (patch) (side-by-side diff) | |
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,6 +1,7 @@ #include <stdlib.h> #include <stdio.h> +#include <unistd.h> #include "lib.h" @@ -10,6 +11,6 @@ int main( int argc, char *argv[] ) { XINE::Lib lib; QString str = QString::fromLatin1( argv[1] ); lib.play( str ); - for (;;); + for (;;) sleep( 60 ); return 0; } 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 = . CONFIG = qt warn_on release HEADERS = frame.h lib.h SOURCES = nullvideo.o frame.cpp lib.cpp mainTest.cpp -INCLUDEPATH += $(OPIEDIR)/include /usr/include -DEPENDPATH += $(OPIEDIR)/include /usr/include -LIBS += -lxine -lxineutils +INCLUDEPATH += $(OPIEDIR)/include /opt/QtPalmtop/include +DEPENDPATH += $(OPIEDIR)/include /opt/QtPalmtop/include +LIBS += -L/opt/QtPalmtop/lib -lxine -lxineutils TARGET = zeckeplayer
\ No newline at end of file |