summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-05-19 13:42:12 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-05-19 13:42:12 +0000
commit75a6ddbf9261d147721a2e8aada60c2b67aaba9b (patch)
treeb7d057db83e933d508f9643b22b15ced9e110557
parentb20d68a66092d9903d7649acf88881d5b51afd7f (diff)
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).
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac1
-rw-r--r--ext/esd/Makefile.am3
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 474f1368..4dd6070b 100644
--- 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:
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
diff --git a/ext/esd/Makefile.am b/ext/esd/Makefile.am
index 22cbff45..14eb41d2 100644
--- a/ext/esd/Makefile.am
+++ b/ext/esd/Makefile.am
@@ -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)