summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/zeckeplayer.pro
authorzecke <zecke>2002-07-02 15:25:38 (UTC)
committer zecke <zecke>2002-07-02 15:25:38 (UTC)
commite26bf96e2e4f2d1edf19e81dc67eace3cb8622dc (patch) (side-by-side diff)
tree0346837eed0c9acc55f25601e495a188fb1111fb /noncore/multimedia/opieplayer2/zeckeplayer.pro
parentd4a5bcbba0e6f67ef9d41e08c7d5ae598caa61a8 (diff)
downloadopie-e26bf96e2e4f2d1edf19e81dc67eace3cb8622dc.zip
opie-e26bf96e2e4f2d1edf19e81dc67eace3cb8622dc.tar.gz
opie-e26bf96e2e4f2d1edf19e81dc67eace3cb8622dc.tar.bz2
my hacky null video output plugin
This will become our smart opie video widget controller...
Diffstat (limited to 'noncore/multimedia/opieplayer2/zeckeplayer.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/zeckeplayer.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/multimedia/opieplayer2/zeckeplayer.pro b/noncore/multimedia/opieplayer2/zeckeplayer.pro
index e63713f..2484c86 100644
--- a/noncore/multimedia/opieplayer2/zeckeplayer.pro
+++ b/noncore/multimedia/opieplayer2/zeckeplayer.pro
@@ -3,8 +3,8 @@ DESTDIR = .
#CONFIG = qt warn_on debug
CONFIG = qt warn_on release
HEADERS = frame.h lib.h
-SOURCES = frame.cpp lib.cpp main.cpp
-INCLUDEPATH += $(OPIEDIR)/include /usr/locale/include
-DEPENDPATH += $(OPIEDIR)/include /usr/locale/include
+SOURCES = nullvideo.o frame.cpp lib.cpp mainTest.cpp
+INCLUDEPATH += $(OPIEDIR)/include /usr/include
+DEPENDPATH += $(OPIEDIR)/include /usr/include
LIBS += -lxine -lxineutils
TARGET = zeckeplayer \ No newline at end of file