Apply patch from Alberto Villa to use pkg-config for resample and vorbis modules.
[melted] / src / modules / frei0r / producer_frei0r.c
index 4f9c3e8..ae1a26d 100644 (file)
@@ -20,6 +20,8 @@
 #include <framework/mlt.h>
 
 #include "frei0r_helper.h"
+
+#include <stdlib.h>
 #include <string.h>
 
 static int producer_get_image( mlt_frame frame, uint8_t **buffer, mlt_image_format *format, int *width, int *height, int writable )