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