X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvmfx%2Ffilter_shape.c;h=fdd33e435233bb34eaf30077ca83fe187d903473;hb=f0707adc52da810d70494eec6b54d9b168c904c0;hp=fad32f4bdfdcb0c0fa2c2dcfc50a768b2f5f4257;hpb=d33f444d4ef4c7bc4074d07a49eca0ab7d108394;p=melted diff --git a/src/modules/vmfx/filter_shape.c b/src/modules/vmfx/filter_shape.c index fad32f4..fdd33e4 100644 --- a/src/modules/vmfx/filter_shape.c +++ b/src/modules/vmfx/filter_shape.c @@ -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 )