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