mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
b68d936ae0
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
8 lines
328 B
Makefile
8 lines
328 B
Makefile
plugin_LTLIBRARIES = libgstflxdec.la
|
|
|
|
libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
|
|
libgstflxdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstflxdec_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstflxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
|