diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 6 insertions, 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> * Makefile.am: diff --git a/configure.ac b/configure.ac index 4d38af19..6ff7fcb7 100644 --- a/configure.ac +++ b/configure.ac @@ -313,7 +313,6 @@ GST_PLUGINS_ALL="\ rtp \ rtsp \ smpte \ - tcp \ udp" dnl see if we can build C++ plug-ins |