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