]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_lift_gamma_gain.cpp
Rename glsl_manager.h to filter_glsl_manager.h, to be consistent with the .cpp file.
[mlt] / src / modules / opengl / filter_lift_gamma_gain.cpp
index 5bc3a6a26c05d5218dd487337748566ecec690c4..7f1e0f685bdb528253efed7fccf031b5fc904d9e 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "glsl_manager.h"
+#include "filter_glsl_manager.h"
 #include <movit/lift_gamma_gain_effect.h>
 
 static int get_image( mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable )