mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
Original commit message from CVS: add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
This commit is contained in:
parent
505445cf20
commit
3b0f9d5719
1 changed files with 7 additions and 0 deletions
|
@ -718,6 +718,12 @@ GST_CHECK_FEATURE(SHOUT, [shout plug-in], icecastsend, [
|
||||||
AC_SUBST(SHOUT_LIBS)
|
AC_SUBST(SHOUT_LIBS)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
dnl *** shout2 ***
|
||||||
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true)
|
||||||
|
GST_CHECK_FEATURE(SHOUT, [shout2 plug-in], shout2send, [
|
||||||
|
AM_PATH_SHOUT2([USE_SHOUT2="true" [, USE_SHOUT2="false"]])
|
||||||
|
])
|
||||||
|
|
||||||
dnl *** sidplay ***
|
dnl *** sidplay ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true)
|
||||||
GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [
|
GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [
|
||||||
|
@ -1022,6 +1028,7 @@ ext/raw1394/Makefile
|
||||||
ext/rtp/Makefile
|
ext/rtp/Makefile
|
||||||
ext/sdl/Makefile
|
ext/sdl/Makefile
|
||||||
ext/shout/Makefile
|
ext/shout/Makefile
|
||||||
|
ext/shout2/Makefile
|
||||||
ext/sidplay/Makefile
|
ext/sidplay/Makefile
|
||||||
ext/smoothwave/Makefile
|
ext/smoothwave/Makefile
|
||||||
ext/snapshot/Makefile
|
ext/snapshot/Makefile
|
||||||
|
|
Loading…
Reference in a new issue