mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
75a6ddbf92
Original commit message from CVS: * configure.ac: * ext/esd/Makefile.am: Disable tcp elements and esdmon (they don't compile).
11 lines
354 B
Makefile
11 lines
354 B
Makefile
|
|
plugin_LTLIBRARIES = libgstesd.la
|
|
|
|
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)
|
|
|
|
noinst_HEADERS = esdsink.h esdmon.h
|
|
EXTRA_DIST = README
|