]> git.sesse.net Git - mlt/commitdiff
Apply patch from Debian to fix compilation of kino module.
authorDan Dennedy <dan@dennedy.org>
Tue, 16 Jun 2009 02:19:22 +0000 (19:19 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 16 Jun 2009 02:19:22 +0000 (19:19 -0700)
Signed-off-by: Dan Dennedy <dan@dennedy.org>
src/modules/kino/avi.cc
src/modules/kino/filehandler.cc
src/modules/kino/kino_wrapper.cc

index ced89934dcd2b5ba59e222e5af7f3bebdd7fd927..d07b83e8f0cd29190b77ec065ec5c27ff3962db9 100644 (file)
@@ -21,7 +21,7 @@
 
 // C++ includes
 
-#include <string>
+#include <cstring>
 #include <iostream>
 #include <iomanip>
 
index e5e552cc52739cbf47d515c8b1997d601598fd0e..244ba24186b8b56dbcda1f33374cde97e3948ebd 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
 #include <framework/mlt_frame.h>
 }
 
-#include <string>
+#include <cstring>
 #include <iostream>
 #include <sstream>
 #include <iomanip>
index dd0e5a59aeb5093e2c46e9f70455bd2b75cd1bf5..76d6b9b106edd89c109d8bfec04e562fe51abdde 100644 (file)
@@ -20,8 +20,8 @@
 
 #include "config.h"
 
-#include <string.h>
-#include <stdlib.h>
+#include <cstring>
+#include <cstdlib>
 
 #include "kino_wrapper.h"
 #include "filehandler.h"