configure: Really print opus audio file handler if opus lib was found.
[paraslash.git] / 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"