mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
configure.ac: Let's try that again.
Original commit message from CVS: * configure.ac: Let's try that again.
This commit is contained in:
parent
3254e25b8f
commit
5f47b3d281
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Let's try that again.
|
||||||
|
|
||||||
2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
|
2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -93,6 +93,7 @@ GST_PLUGINS_ALL="\
|
||||||
law \
|
law \
|
||||||
level \
|
level \
|
||||||
matroska \
|
matroska \
|
||||||
|
monoscope \
|
||||||
multipart \
|
multipart \
|
||||||
rtp \
|
rtp \
|
||||||
rtsp \
|
rtsp \
|
||||||
|
@ -133,6 +134,9 @@ if test "x$HAVE_SYS_SOCKET_H" != "xyes"; then
|
||||||
GST_PLUGINS_NO="\trtsp\n$GST_PLUGINS_NO"
|
GST_PLUGINS_NO="\trtsp\n$GST_PLUGINS_NO"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
dnl disable monoscope plugin
|
||||||
|
GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/monoscope//`
|
||||||
|
|
||||||
AC_SUBST(GST_PLUGINS_SELECTED)
|
AC_SUBST(GST_PLUGINS_SELECTED)
|
||||||
|
|
||||||
dnl ext plug-ins; plug-ins that have external dependencies
|
dnl ext plug-ins; plug-ins that have external dependencies
|
||||||
|
|
Loading…
Reference in a new issue