X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Ffrei0r%2Ffactory.c;h=8e2ab997bc03ea270f1901b53a2a640c224baac5;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=08a10e9b6cbb05bc4c2800978a5792b9fae1af45;hpb=5976da5168ca243cb41719d7ecc3e38aeb12a169;p=melted diff --git a/src/modules/frei0r/factory.c b/src/modules/frei0r/factory.c index 08a10e9..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 );