mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
moved rtp out of experimental
Original commit message from CVS: moved rtp out of experimental
This commit is contained in:
parent
1cd62fbce3
commit
c86c6f559a
1 changed files with 0 additions and 2 deletions
|
@ -45,11 +45,9 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
|
||||||
[
|
[
|
||||||
AC_MSG_WARN(building experimental plugins)
|
AC_MSG_WARN(building experimental plugins)
|
||||||
USE_TARKIN="yes"
|
USE_TARKIN="yes"
|
||||||
USE_RTP="yes"
|
|
||||||
],[
|
],[
|
||||||
AC_MSG_NOTICE(not building experimental plugins)
|
AC_MSG_NOTICE(not building experimental plugins)
|
||||||
USE_TARKIN="no"
|
USE_TARKIN="no"
|
||||||
USE_RTP="no"
|
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl broken plugins; stuff that doesn't seem to build at the moment
|
dnl broken plugins; stuff that doesn't seem to build at the moment
|
||||||
|
|
Loading…
Reference in a new issue