gstreamer/ext/lcs/Makefile.am
David Schleef 8782f54d7d ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict with the internal colorspace plugin.
Original commit message from CVS:
* ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
doesn't conflict with the internal colorspace plugin.
* gst-libs/gst/audio/make_filter:  Use `` instead of $() to
satisfy the crappy-ass shell shipped by a certain vendor.
* gst/videofilter/make_filter: same (bug #135299)
2004-03-09 20:55:30 +00:00

9 lines
274 B
Makefile

plugin_LTLIBRARIES = libgstcolorspacelcs.la
libgstcolorspacelcs_la_SOURCES = gstcolorspace.c
libgstcolorspacelcs_la_CFLAGS = $(GST_CFLAGS) $(LCS_CFLAGS)
libgstcolorspacelcs_la_LIBADD = $(LCS_LIBS)
libgstcolorspacelcs_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS =