From b61380e31f6fa19acb20c5c603441d9ff64e344e Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 07 Jul 2002 13:04:03 +0000 Subject: Update --- 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 #include +#include #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 -- cgit v0.9.0.2