mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
clashes with shout, put in exp
Original commit message from CVS: clashes with shout, put in exp
This commit is contained in:
parent
364cd9abcc
commit
a503f1ef2e
1 changed files with 2 additions and 0 deletions
|
@ -64,10 +64,12 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],,
|
|||
AC_MSG_WARN(building experimental plug-ins)
|
||||
USE_TARKIN="yes"
|
||||
USE_RTP="yes"
|
||||
USE_SHOUT2="yes"
|
||||
],[
|
||||
AC_MSG_NOTICE(not building experimental plug-ins)
|
||||
USE_TARKIN="no"
|
||||
USE_RTP="no"
|
||||
USE_SHOUT2="no"
|
||||
])
|
||||
|
||||
dnl broken plug-ins; stuff that doesn't seem to build at the moment
|
||||
|
|
Loading…
Reference in a new issue