]> git.sesse.net Git - mlt/blobdiff - src/modules/vmfx/filter_shape.c
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / vmfx / filter_shape.c
index fad32f4bdfdcb0c0fa2c2dcfc50a768b2f5f4257..fdd33e435233bb34eaf30077ca83fe187d903473 100644 (file)
@@ -145,7 +145,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
                if ( strchr( resource, '%' ) )
                {
                        FILE *test;
-                       sprintf( temp, "%s/lumas/%s/%s", mlt_factory_prefix( ), mlt_environment( "MLT_NORMALISATION" ), strchr( resource, '%' ) + 1 );
+                       sprintf( temp, "%s/lumas/%s/%s", mlt_environment( "MLT_DATA" ), mlt_environment( "MLT_NORMALISATION" ), strchr( resource, '%' ) + 1 );
                        test = fopen( temp, "r" );
 
                        if ( test == NULL )