X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Ffrei0r%2Ffactory.c;h=8e2ab997bc03ea270f1901b53a2a640c224baac5;hb=e89b21b07607ae485f56b32f3e67f83f528f2ae6;hp=fbdd796294465ecdde0a52a8b67586eb2155e706;hpb=ee523db03a44cbda4b5def55e0c36427ab6a0747;p=melted diff --git a/src/modules/frei0r/factory.c b/src/modules/frei0r/factory.c index fbdd796..8e2ab99 100644 --- a/src/modules/frei0r/factory.c +++ b/src/modules/frei0r/factory.c @@ -30,7 +30,7 @@ #include #include -#define FREI0R_PLUGIN_PATH "/usr/lib/frei0r-1:/usr/local/lib/frei0r-1:/opt/local/lib/frei0r-1" +#define FREI0R_PLUGIN_PATH "/usr/lib/frei0r-1:/usr/local/lib/frei0r-1:/usr/lib64/frei0r-1:/opt/local/lib/frei0r-1" extern mlt_filter filter_frei0r_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg ); extern mlt_frame filter_process( mlt_filter this, mlt_frame frame ); @@ -181,7 +181,7 @@ static void * load_lib( mlt_profile profile, mlt_service_type type , void* hand if ( this != NULL ) { this->get_frame = producer_get_frame; - this->close = producer_close; + this->close = ( mlt_destructor )producer_close; f0r_init(); properties=MLT_PRODUCER_PROPERTIES ( this );