configure: Really print opus audio file handler if opus lib was found.
authorAndre Noll <maan@systemlinux.org>
Sun, 5 Jan 2014 21:59:55 +0000 (21:59 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:49:30 +0000 (16:49 +0100)
This is the second time this bug shows up. It was fixed ad0da073 but
re-introduced in the merge commit b5c6af5c. See also 40439a77.

configure.ac

index ba177eac3c29a4beda0dbee952ac3977f1708e78..087002ddfa6b561ccba8ec0620192a9557053716 100644 (file)
@@ -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"