blob: 79a6fba7fada5c2a91beeb6b1a8b31cd7f1b77f8 (
plain)
1
2
3
4
5
6
7
8
9
|
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
|