]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_movit_glow.cpp
Adjust for Movit moving into namespace movit.
[mlt] / src / modules / opengl / filter_movit_glow.cpp
index 3d5f198f30ba1231a1e7ced6fed056cb472c9119..d1a5bb5d34a24b876777a9b59862c76447eae3be 100644 (file)
@@ -24,6 +24,8 @@
 #include "filter_glsl_manager.h"
 #include <movit/glow_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 );