mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
ad6ed7da2d
Original commit message from CVS: Initial revision
9 lines
207 B
Makefile
9 lines
207 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstflxdec.la
|
|
|
|
libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
|
|
libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
|
|
|