summaryrefslogtreecommitdiffstats
path: root/ext/esd
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 /ext/esd
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).
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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)