mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +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
0cf80c4b99
commit
f5e21a92f3
2 changed files with 3 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 47d51c3f04e416caa4c43c72a5458df99cf09c3a
|
||||
Subproject commit 48638606945e579672f97b09cb797de3e6aee9e7
|
|
@ -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