Add the new amp filter.
[paraslash.git] / filter.h
index 550c68d64c783113d7c99aa1e0a37fde564cd188..500a85379bd42b0dabdea4383d875a4f2180b640 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -233,6 +233,7 @@ extern struct filter filters[];
 /* filters that are always present */
 DECLARE_EXTERN_FILTER_INIT(wav);
 DECLARE_EXTERN_FILTER_INIT(compress);
+DECLARE_EXTERN_FILTER_INIT(amp);
 
 /* next the optional filters */
 #ifdef HAVE_MAD
@@ -261,6 +262,7 @@ DECLARE_EXTERN_FILTER_INIT(oggdec);
 #define DEFINE_FILTER_ARRAY(filters) struct filter filters[] = { \
        FILTER_INIT(wav) \
        FILTER_INIT(compress) \
+       FILTER_INIT(amp) \
        MP3DEC_FILTER \
        AACDEC_FILTER \
        OGGDEC_FILTER \