mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure.ac: Minor cosmetic change to convince the buildbot to reautogen.
Original commit message from CVS: * configure.ac: Minor cosmetic change to convince the buildbot to reautogen. * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init), (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps), (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain), (gst_sunaudiosink_setparams), (gst_sunaudiosink_open), (gst_sunaudiosink_close), (gst_sunaudiosink_change_state), (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property): More hacking. Plays audio now.
This commit is contained in:
parent
38088fa100
commit
549b70ba3c
2 changed files with 13 additions and 1 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-05-20 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac: Minor cosmetic change to convince the buildbot to
|
||||
reautogen.
|
||||
* sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
|
||||
(gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
|
||||
(gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
|
||||
(gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
|
||||
(gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
|
||||
(gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
|
||||
More hacking. Plays audio now.
|
||||
|
||||
2004-05-20 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -471,7 +471,7 @@ GST_CHECK_FEATURE(QCAM, [QuickCam], qcamsrc, [
|
|||
|
||||
dnl *** Sun Audio ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SUNAUDIO, true)
|
||||
GST_CHECK_FEATURE(SUNAUDIO, [Sun Audio], sunaudiosrc, [
|
||||
GST_CHECK_FEATURE(SUNAUDIO, [Sun Audio], sunaudiosink, [
|
||||
AC_CHECK_HEADER(sys/audioio.h, HAVE_SUNAUDIO="yes", HAVE_SUNAUDIO="no")
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue