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