mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
ffd06121fa
Original commit message from CVS: - plugins are built without versioning info
11 lines
291 B
Makefile
11 lines
291 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstflxdec.la
|
|
|
|
libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
|
|
libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstflxdec_la_LIBADD = $(GST_LIBS)
|
|
libgstflxdec_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
|
|
|