From: Andre Noll Date: Sun, 30 Nov 2008 17:30:00 +0000 (+0100) Subject: configure.ac: Remove unused variable filter_filters. X-Git-Tag: v0.3.3~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=45b1c38b491cfadfdba6d3567a73458f38991011 configure.ac: Remove unused variable filter_filters. --- diff --git a/configure.ac b/configure.ac index af0601f5..44924645 100644 --- a/configure.ac +++ b/configure.ac @@ -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"