mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
Original commit message from CVS: rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
This commit is contained in:
parent
c86c6f559a
commit
4a889ef37c
1 changed files with 2 additions and 0 deletions
|
@ -44,9 +44,11 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
|
||||||
[HAVE_EXPERIMENTAL=yes],disabled,
|
[HAVE_EXPERIMENTAL=yes],disabled,
|
||||||
[
|
[
|
||||||
AC_MSG_WARN(building experimental plugins)
|
AC_MSG_WARN(building experimental plugins)
|
||||||
|
USE_RTP="yes"
|
||||||
USE_TARKIN="yes"
|
USE_TARKIN="yes"
|
||||||
],[
|
],[
|
||||||
AC_MSG_NOTICE(not building experimental plugins)
|
AC_MSG_NOTICE(not building experimental plugins)
|
||||||
|
USE_RTP="no"
|
||||||
USE_TARKIN="no"
|
USE_TARKIN="no"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue