summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-07-18 15:44:48 +0000
committerAndy Wingo <wingo@pobox.com>2005-07-18 15:44:48 +0000
commit4f7d85685725e95d4653f1b7a515524e899b52a5 (patch)
tree4efa6c98d68d1978913bf3f514d5e86220721d8f /configure.ac
parent8642b5cc4a24f849fcf5322a3fb11d71461e57ec (diff)
downloadgst-plugins-bad-4f7d85685725e95d4653f1b7a515524e899b52a5.tar.gz
gst-plugins-bad-4f7d85685725e95d4653f1b7a515524e899b52a5.tar.bz2
gst-plugins-bad-4f7d85685725e95d4653f1b7a515524e899b52a5.zip
configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by default. Also because it's the only thing that really...
Original commit message from CVS: 2005-07-18 Andy Wingo <wingo@pobox.com> * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by default. Also because it's the only thing that really works. (This is used in the GConf elements). Use AS_LIBTOOL_TAGS. Fix crap commit re: gettext.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b28cbe38..23812d8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@ dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl for 0.8.3 release, gst_play_get_all_by_interface was added, so update
AS_LIBTOOL(GST_PLUGINS, 1, 0, 1)
+AS_LIBTOOL_TAGS([CXX])
AM_PROG_LIBTOOL
dnl FIXME take something else ?
@@ -46,7 +47,7 @@ AM_PROG_AS
AS="${CC}"
AS_PROG_OBJC
-the gettext stuff needed
+dnl the gettext stuff needed
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT([external])