mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
merge patch from 158258
Original commit message from CVS: merge patch from 158258
This commit is contained in:
parent
056c1be37a
commit
fd1a08e15f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
|
||||||
|
|
||||||
|
* configure.ac: Update polyaudio requirement to 0.7
|
||||||
|
* ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
|
||||||
|
|
||||||
2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
* gst/interleave/deinterleave.c:
|
* gst/interleave/deinterleave.c:
|
||||||
|
|
|
@ -1429,7 +1429,7 @@ GST_CHECK_FEATURE(PANGO, [pango], pango, [
|
||||||
dnl *** polypaudio ***
|
dnl *** polypaudio ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_POLYP, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_POLYP, true)
|
||||||
GST_CHECK_FEATURE(POLYP, [polyp], polyp, [
|
GST_CHECK_FEATURE(POLYP, [polyp], polyp, [
|
||||||
PKG_CHECK_MODULES(POLYP, polyplib >= 0.6,
|
PKG_CHECK_MODULES(POLYP, polyplib >= 0.7,
|
||||||
HAVE_POLYP="yes", HAVE_POLYP="no")
|
HAVE_POLYP="yes", HAVE_POLYP="no")
|
||||||
AC_SUBST(POLYP_CFLAGS)
|
AC_SUBST(POLYP_CFLAGS)
|
||||||
AC_SUBST(POLYP_CFLAGS)
|
AC_SUBST(POLYP_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue