mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
e509e3980d
Original commit message from CVS: flx plugin ported to 0.9
9 lines
323 B
Makefile
9 lines
323 B
Makefile
plugin_LTLIBRARIES = libgstflxdec.la
|
|
|
|
libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
|
|
libgstflxdec_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstflxdec_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
|
libgstflxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
|
|
|