comparison src/voice_removal/voice_removal.c @ 1971:4ead92d8e6c3

branch merge
author Ralf Ertzinger <ralf@skytale.net>
date Wed, 03 Oct 2007 15:37:04 +0200
parents 6acf1bda788b
children 1e67df1a1edc
comparison
equal deleted inserted replaced
1970:e54d72373503 1971:4ead92d8e6c3
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
21 * 21 *
22 */ 22 */
23 #include "config.h"
23 24
24 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
25 #include <audacious/plugin.h> 26 #include <audacious/plugin.h>
26 27
27 #include "../../config.h"
28 28
29 static int apply_effect (gpointer *d, gint length, AFormat afmt, 29 static int apply_effect (gpointer *d, gint length, AFormat afmt,
30 gint srate, gint nch); 30 gint srate, gint nch);
31 31
32 static EffectPlugin xmms_plugin = { 32 static EffectPlugin xmms_plugin = {