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