configure.ac: Remove unused variable filter_filters.
authorAndre Noll <maan@systemlinux.org>
Sun, 30 Nov 2008 17:30:00 +0000 (18:30 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 30 Nov 2008 17:30:00 +0000 (18:30 +0100)
configure.ac

index af0601f5b86c04377390c86513b0f201afdd0119..449246459f8619244e33e18d4eab5f20e0821071 100644 (file)
@@ -337,7 +337,6 @@ if test "$have_ogg" = "yes"; then
 
        audiod_audio_formats="ogg"
        server_audio_formats="$server_audio_formats ogg"
-       filter_filters="$filter_filters oggdec"
        AC_SUBST(oggvorbis_cppflags)
        AC_SUBST(oggvorbis_libs)
 else
@@ -370,7 +369,6 @@ if test "$have_faad" = "yes"; then
        all_errlist_objs="$all_errlist_objs aac_common aacdec aac_afh"
        filter_errlist_objs="$filter_errlist_objs aacdec aac_common"
        afh_errlist_objs="$afh_errlist_objs aac_common aac_afh"
-       filter_filters="$filter_filters aacdec"
        audiod_errlist_objs="$audiod_errlist_objs aacdec aac_common"
        server_errlist_objs="$server_errlist_objs aac_afh aac_common"
        server_ldflags="$server_ldflags $faad_libs -lfaad"