X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=1d1d6e3c079a16fc73c20685929cd8799f4a8c45;hp=9ad36e14f6ab686852d2cbb0a79b94249bb01888;hb=b6161b3a38321a3d6fb019f71f9a00d71e105f5d;hpb=ad0da07325ea9caca9fd7c1350b519f4b2db3af2 diff --git a/configure.ac b/configure.ac index 9ad36e14..1d1d6e3c 100644 --- a/configure.ac +++ b/configure.ac @@ -696,7 +696,7 @@ if test "$have_ogg" = "yes"; then CPPFLAGS="$CPPFLAGS $opus_cppflags" fi if test -n "$with_opus_libs"; then - speex_libs="-L$with_opus_libs" + opus_libs="-L$with_opus_libs" LDFLAGS="$LDFLAGS $opus_libs" fi AC_CHECK_LIB([opus], [opus_multistream_decode], [], [ have_opus="no" ]) @@ -970,7 +970,7 @@ if test "$have_flac" = "yes"; then play_ldflags="$play_ldflags $flac_libs -lFLAC" server_ldflags="$server_ldflags $flac_libs -lFLAC" afh_ldflags="$afh_ldflags $flac_libs -lFLAC" - recv_ldflags="$afh_ldflags $flac_libs -lFLAC" + recv_ldflags="$recv_ldflags $flac_libs -lFLAC" filters="$filters flacdec" audio_format_handlers="$audio_format_handlers flac" audiod_audio_formats="$audiod_audio_formats flac"