]> git.sesse.net Git - mlt/commitdiff
Movit debugging always.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 30 Dec 2013 22:57:53 +0000 (23:57 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 7 Apr 2014 22:08:17 +0000 (00:08 +0200)
src/modules/opengl/filter_glsl_manager.cpp

index 1523b8e30ff4ecdf2ff47bd3fcbddaf19373d8f6..3cff5b15a7e7eea78961e63fcdb0733132dd0c01 100644 (file)
@@ -225,7 +225,7 @@ void GlslManager::onInit( mlt_properties owner, GlslManager* filter )
 #else
        std::string path = std::string(getenv("MLT_MOVIT_PATH") ? getenv("MLT_MOVIT_PATH") : SHADERDIR);
 #endif
-       bool success = init_movit( path, mlt_log_get_level() == MLT_LOG_DEBUG? MOVIT_DEBUG_ON : MOVIT_DEBUG_OFF );
+       bool success = init_movit( path, MOVIT_DEBUG_ON );
        filter->set( "glsl_supported", success );
 }