]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
configure: Print opus audio file handler if opus lib was found.
authorAndre Noll <maan@systemlinux.org>
Wed, 4 Sep 2013 04:35:38 +0000 (04:35 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 22 Sep 2013 00:10:27 +0000 (02:10 +0200)
The variable is called $audio_format_handlers rather than
$server_audio_formats. The value is only used to display the supported
audio formats, so this bug is rather benign.

configure.ac

index 6dc94ad7ace041db8a863bfcac9b11861e32bf05..9ad36e14f6ab686852d2cbb0a79b94249bb01888 100644 (file)
@@ -797,7 +797,7 @@ if test "$have_opus" = "yes"; then
        recv_errlist_objs="$recv_errlist_objs opus_afh opus_common"
 
        audiod_audio_formats="$audiod_audio_formats opus"
-       server_audio_formats="$server_audio_formats opus"
+       audio_format_handlers="$audio_format_handlers opus"
 else
        AC_MSG_WARN([no ogg/opus $msg])
 fi