Disable tcp elements and esdmon (they don't compile).
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 19 May 2005 13:42:12 +0000 (13:42 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 19 May 2005 13:42:12 +0000 (13:42 +0000)
Original commit message from CVS:
* configure.ac:
* ext/esd/Makefile.am:
Disable tcp elements and esdmon (they don't compile).

ChangeLog
configure.ac
ext/esd/Makefile.am

index 474f13683e69d68bb087ef6b9339d662d20f83de..4dd6070bd2e15d8587c27e348a1aa047f0f853ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 4d38af192af0b662788a0d688db7f3ff2a1e1574..6ff7fcb79d59904ebc4f94b7ce09f9ad5ab8fb4f 100644 (file)
@@ -313,7 +313,6 @@ GST_PLUGINS_ALL="\
                rtp     \
                rtsp    \
                smpte   \
-               tcp     \
                udp"
 
 dnl see if we can build C++ plug-ins
index 22cbff45a0145907a96c2d968d11f9db67387cba..14eb41d20c334894440e64fcc26f10df970e3f9a 100644 (file)
@@ -1,7 +1,8 @@
 
 plugin_LTLIBRARIES = libgstesd.la
 
-libgstesd_la_SOURCES = esdsink.c esdmon.c gstesd.c
+libgstesd_la_SOURCES = esdsink.c gstesd.c
+#esdmon.c
 libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
 libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstaudio-@GST_MAJORMINOR@
 libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)