sdl rework (prepatory read-ahead implementation) and luma work around
[melted] / src / modules / sdl / consumer_sdl.h
index 6c8114e..bf2fefd 100644 (file)
@@ -23,6 +23,6 @@
 
 #include <framework/mlt_consumer.h>
 
-extern mlt_consumer consumer_sdl_init( void * );
+extern mlt_consumer consumer_sdl_init( char * );
 
 #endif