mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
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:
parent
b20d68a660
commit
75a6ddbf92
3 changed files with 8 additions and 2 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:
|
||||
|
|
|
@ -313,7 +313,6 @@ GST_PLUGINS_ALL="\
|
|||
rtp \
|
||||
rtsp \
|
||||
smpte \
|
||||
tcp \
|
||||
udp"
|
||||
|
||||
dnl see if we can build C++ plug-ins
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue