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