summaryrefslogtreecommitdiff
path: root/aconfigure.ac
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.ac
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.ac')
-rw-r--r--aconfigure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index e55ae1fe..808bc61f 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -414,6 +414,15 @@ else
esac
fi
+AC_ARG_ENABLE(ext_sound,
+ AC_HELP_STRING([--enable-ext-sound],
+ [PJMEDIA will not provide any sound device backend]),
+ [if test "$enable_ext_sound" = "yes"; then
+ [ac_pjmedia_snd=external]
+ AC_MSG_RESULT([Checking if external sound is set... yes])
+ fi]
+ )
+
dnl # Include resampling small filter
AC_SUBST(ac_no_small_filter)
AC_ARG_ENABLE(small-filter,