]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_movit_saturation.cpp
Adjust for Movit moving into namespace movit.
[mlt] / src / modules / opengl / filter_movit_saturation.cpp
index fa8a7e7d5c83ed7de1f017e9eb9484ee8214929c..90eff2bb1713983bfeacd8d0696a72fa82894121 100644 (file)
@@ -24,6 +24,8 @@
 #include "filter_glsl_manager.h"
 #include <movit/saturation_effect.h>
 
+using namespace movit;
+
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )
 {
        mlt_filter filter = (mlt_filter) mlt_frame_pop_service( frame );