From: Andre Noll Date: Sun, 5 Jan 2014 21:59:55 +0000 (+0000) Subject: configure: Really print opus audio file handler if opus lib was found. X-Git-Tag: v0.5.2~6^2~10 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0dcd678aef7c2fba0f013d808cbf1cb8da3ea330;ds=sidebyside configure: Really print opus audio file handler if opus lib was found. This is the second time this bug shows up. It was fixed ad0da073 but re-introduced in the merge commit b5c6af5c. See also 40439a77. --- diff --git a/configure.ac b/configure.ac index ba177eac..087002dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1267,6 +1267,7 @@ if test "$have_speex" = "yes"; then fi if test "$have_opus" = "yes"; then afh_errlist_objs="$afh_errlist_objs opus_afh opus_common" + audio_format_handlers="$audio_format_handlers opus" fi if test "$have_faad" = "yes"; then afh_errlist_objs="$afh_errlist_objs aac_common aac_afh"