X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fjackrack%2Ffilter_ladspa.c;h=7eff6fab18569214bac84a51de069680c615dd51;hb=d04a620d461e2fee930e50f056e53d23d56d6458;hp=b9b362dd62c8fde5d02e46598930bc44d0a9021b;hpb=a8e5affa58a691e392cd4b9b38675e6b99c36c6f;p=melted diff --git a/src/modules/jackrack/filter_ladspa.c b/src/modules/jackrack/filter_ladspa.c index b9b362d..7eff6fa 100644 --- a/src/modules/jackrack/filter_ladspa.c +++ b/src/modules/jackrack/filter_ladspa.c @@ -18,8 +18,7 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "filter_ladspa.h" - +#include #include #include @@ -175,7 +174,7 @@ static void filter_close( mlt_filter this ) /** Constructor for the filter. */ -mlt_filter filter_ladspa_init( char *arg ) +mlt_filter filter_ladspa_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg ) { mlt_filter this = mlt_filter_new( ); if ( this != NULL )