mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
rtp conflicts with current gstclock.h, moving back to experimental
Original commit message from CVS: rtp conflicts with current gstclock.h, moving back to experimental
This commit is contained in:
parent
064c9ec30c
commit
31e49a9a95
1 changed files with 2 additions and 0 deletions
|
@ -80,10 +80,12 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
|
|||
AC_MSG_WARN(building experimental plugins)
|
||||
USE_SMOOTHWAVE="yes"
|
||||
USE_TARKIN="yes"
|
||||
USE_RTP="yes"
|
||||
],[
|
||||
AC_MSG_NOTICE(not building experimental plugins)
|
||||
USE_SMOOTHWAVE="no"
|
||||
USE_TARKIN="no"
|
||||
USE_RTP="no"
|
||||
])
|
||||
|
||||
dnl broken plugins; stuff that doesn't seem to build at the moment
|
||||
|
|
Loading…
Reference in a new issue