mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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.
This commit is contained in:
parent
8642b5cc4a
commit
4f7d856857
1 changed files with 2 additions and 1 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue