mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +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>
|
2005-05-19 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* Makefile.am:
|
* Makefile.am:
|
||||||
|
|
|
@ -313,7 +313,6 @@ GST_PLUGINS_ALL="\
|
||||||
rtp \
|
rtp \
|
||||||
rtsp \
|
rtsp \
|
||||||
smpte \
|
smpte \
|
||||||
tcp \
|
|
||||||
udp"
|
udp"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgstesd.la
|
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_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
|
||||||
libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstaudio-@GST_MAJORMINOR@
|
libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstaudio-@GST_MAJORMINOR@
|
||||||
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue