From 0dcd678aef7c2fba0f013d808cbf1cb8da3ea330 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 5 Jan 2014 21:59:55 +0000 Subject: [PATCH] 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. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2