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