[Kdenlive-devel] nullcutter
Rolf Dubitzky
dubitzky at pktw06.phy.tu-dresden.de
Tue Oct 29 12:56:59 UTC 2002
Hi,
a few very small things to make it compile for me.
So the cutter depends on SDL. Hmmm...
Cheers,
Rolf
--- nullcutter/src/nullcutter.cpp Tue Oct 29 00:59:08 2002
+++ nullcutter.rd/src/nullcutter.cpp Tue Oct 29 13:51:55 2002
@@ -102,6 +102,8 @@
SDL_FillRect(video, &m_ball, SDL_MapRGB(video->format, 0, 128,
128));
SDL_Flip(video);
}
+
+ return true;
}
WId NullCutter::createVideoWindow(bool show)
--- nullcutter/src/basecutter.cpp Tue Oct 29 00:59:08 2002
+++ nullcutter.rd/src/basecutter.cpp Tue Oct 29 13:55:38 2002
@@ -33,6 +33,8 @@
#include "basecutter.h"
#include <stdlib.h>
+#include <stdio.h>
+#include <errno.h>
#include <fcntl.h>
#include <iostream>
#include <sstream>
***************************************************************
Rolf Dubitzky
e-mail: Rolf.Dubitzky at Physik.TU-Dresden.de
s-mail see http://hep.phy.tu-dresden.de/~dubitzky/
***************************************************************
More information about the Kdenlive
mailing list