# HG changeset patch # User William Pitcock # Date 1192416636 18000 # Node ID ccc3725a82b3b1460700494619a0ccb52c421a38 # Parent 8fdaccee83123771accce451b941ca5f30e89004 link everything up. diff -r 8fdaccee8312 -r ccc3725a82b3 src/audacious/pluginenum.c --- a/src/audacious/pluginenum.c Sun Oct 14 21:48:19 2007 -0500 +++ b/src/audacious/pluginenum.c Sun Oct 14 21:50:36 2007 -0500 @@ -58,6 +58,10 @@ #include "ui_preferences.h" #include "ui_fileinfopopup.h" +#include "effect.h" +#include "iir.h" +#include "volumecontrol.h" + const gchar *plugin_dir_list[] = { PLUGINSUBS, NULL @@ -359,6 +363,15 @@ .util_get_localdir = util_get_localdir, .input_check_file = input_check_file, + + .flow_new = flow_new, + .flow_execute = flow_execute, + .flow_link_element = flow_link_element, + .flow_unlink_element = flow_unlink_element, + .effect_flow = effect_flow, + .iir_flow = iir_flow, + .volumecontrol_flow = volumecontrol_flow, + }; /*****************************************************************/