]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_composite.c
move binary modules to libdir - affects MLT_REPOSITORY
[mlt] / src / modules / core / transition_composite.c
index 4010e4f270ccbcc03d012754f30e4cdfea419cb5..20f0a4f2a0091c1fdd1a4f21674b9640e4f187c8 100644 (file)
@@ -604,7 +604,7 @@ static uint16_t* get_luma( mlt_transition this, mlt_properties properties, int w
        {
                // TODO: Clean up quick and dirty compressed/existence check
                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 )
                        strcat( temp, ".png" );