diff options
author | Keith Packard <keithp@keithp.com> | 2009-07-11 00:56:13 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-07-11 00:56:13 -0700 |
commit | fef7334bddb9fccfbd6deab7d5d466ab3e76323a (patch) | |
tree | a418845f11ae8004f463cfde8202f43ef6692cc3 /configure.ac | |
parent | 80cadf44f5f1accd6ddfca25c2af8d4d424f26d9 (diff) |
Hook aoview directly to alsa
This skips the flite internal audio stuff which opened and closed the audio
device for each phrase. This caused the first part of some phrases to be
missed when using an external audio device.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f55c7ec8..495e1185 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +57,8 @@ PKG_CHECK_MODULES([GNOME], [gtk+-2.0 libglade-2.0 gconf-2.0]) PKG_CHECK_MODULES([LIBUSB], [libusb-1.0]) +PKG_CHECK_MODULES([ALSA], [alsa]) + AC_OUTPUT([ Makefile aoview/Makefile |