From: ddennedy Date: Tue, 17 Mar 2009 18:38:54 +0000 (+0000) Subject: frei0r/factory.c: add /usr/lib64 to the default frei0r plugin path X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=e36711050d69d3e7eddd3653138431e88c7411af;p=melted frei0r/factory.c: add /usr/lib64 to the default frei0r plugin path git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1380 d19143bc-622f-0410-bfdd-b5b2a6649095 --- 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 );