X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=087002ddfa6b561ccba8ec0620192a9557053716;hp=ba177eac3c29a4beda0dbee952ac3977f1708e78;hb=0dcd678aef7c2fba0f013d808cbf1cb8da3ea330;hpb=a3aee62340ab85da20d290df8cda1c947cdbe5de 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"