changeset 3202:478934734761

use alsa-ng instead.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 18 Aug 2009 17:54:08 +0900
parents abe1b3195d6b
children f5456241bff9
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Aug 18 17:30:24 2009 +0900
+++ b/configure.ac	Tue Aug 18 17:54:08 2009 +0900
@@ -1021,7 +1021,7 @@
 fi
 
 if test "x$have_alsa" = "xyes"; then
-	OUTPUT_PLUGINS="$OUTPUT_PLUGINS alsa"
+	OUTPUT_PLUGINS="$OUTPUT_PLUGINS alsa-ng"
 fi