Add support for psd, xcf and exr images (KDE libraries needed for these formats)...
[melted] / src / modules / qimage / qimage_wrapper.h
index 2891f94..2136869 100644 (file)
@@ -41,6 +41,7 @@ struct producer_qimage_s
 typedef struct producer_qimage_s *producer_qimage;
 
 extern void refresh_qimage( mlt_frame, int width, int height );
+extern void init_qimage();
 
 #ifdef __cplusplus
 }