summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-28 23:40:58 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-28 23:40:58 +0000
commitb2019f321854e3e9a3a810e2420a1979fce7de7c (patch)
treea818779720ec0573aeae45c640ee1216c451f53f /aconfigure
parentacdf2f35a1555531f855e01801ce420416a87725 (diff)
Ticket #463: Configuration option to have external sound device implementation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2182 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure12
1 files changed, 12 insertions, 0 deletions
diff --git a/aconfigure b/aconfigure
index fac14405..4e8e2e50 100755
--- a/aconfigure
+++ b/aconfigure
@@ -859,6 +859,7 @@ Optional Features:
--disable-sound Exclude sound (i.e. use null sound)
--disable-oss Disable OSS audio (default: not disabled)
+ --enable-ext-sound PJMEDIA will not provide any sound device backend
--disable-small-filter Exclude small filter in resampling
--disable-large-filter Exclude large filter in resampling
--disable-speex-aec Exclude Speex Acoustic Echo Canceller/AEC
@@ -10206,6 +10207,17 @@ fi;
esac
fi
+# Check whether --enable-ext_sound or --disable-ext_sound was given.
+if test "${enable_ext_sound+set}" = set; then
+ enableval="$enable_ext_sound"
+ if test "$enable_ext_sound" = "yes"; then
+ ac_pjmedia_snd=external
+ echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5
+echo "${ECHO_T}Checking if external sound is set... yes" >&6
+ fi
+
+fi;
+
# Check whether --enable-small-filter or --disable-small-filter was given.
if test "${enable_small_filter+set}" = set; then