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