mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Disable tcp elements and esdmon (they don't compile).
Original commit message from CVS: * configure.ac: * ext/esd/Makefile.am: Disable tcp elements and esdmon (they don't compile).
This commit is contained in:
parent
3d79c7145d
commit
d734f687ef
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* ext/esd/Makefile.am:
|
||||||
|
Disable tcp elements and esdmon (they don't compile).
|
||||||
|
|
||||||
2005-05-19 Jan Schmidt <thaytan@mad.scientist.com>
|
2005-05-19 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* Makefile.am:
|
* Makefile.am:
|
||||||
|
|
|
@ -313,7 +313,6 @@ GST_PLUGINS_ALL="\
|
||||||
rtp \
|
rtp \
|
||||||
rtsp \
|
rtsp \
|
||||||
smpte \
|
smpte \
|
||||||
tcp \
|
|
||||||
udp"
|
udp"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
|
|
Loading…
Reference in a new issue