From ea961f64dd7f8040c35f92ac7a7751d203bda49e Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 10 Nov 2015 10:36:14 +0000 Subject: Re #1896: Updated default audio device backends: mingw uses WMME, linux/*nix uses alsa (if available). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5199 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'aconfigure') diff --git a/aconfigure b/aconfigure index e90656da..e3b7c4f1 100755 --- a/aconfigure +++ b/aconfigure @@ -6093,7 +6093,7 @@ $as_echo "Checking sound device backend... coreaudio" >&6; } fi ;; *cygwin* | *mingw*) - ac_pjmedia_snd=pa_win32 + ac_pjmedia_snd=win32 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... win32 sound" >&5 $as_echo "Checking sound device backend... win32 sound" >&6; } ;; @@ -6108,6 +6108,8 @@ $as_echo "Checking sound device backend... null sound" >&6; } if test "x$ac_cv_header_alsa_version_h" = xyes; then : ac_pa_use_alsa=1 + ac_pjmedia_snd=alsa + LIBS="$LIBS -lasound" else -- cgit v1.2.3