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:
Ronald S. Bultje 2005-05-19 13:42:12 +00:00
parent b20d68a660
commit 75a6ddbf92
3 changed files with 8 additions and 2 deletions

View file

@ -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:

View file

@ -313,7 +313,6 @@ GST_PLUGINS_ALL="\
rtp \
rtsp \
smpte \
tcp \
udp"
dnl see if we can build C++ plug-ins

View 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)