summaryrefslogtreecommitdiff
path: root/gst/flx/Makefile.am
blob: 917fb018d9bbcf25be6761ab0567b310172651f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
plugindir = $(libdir)/gst

plugin_LTLIBRARIES = libgstflxdec.la

libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
libgstflxdec_la_LIBADD =
libgstflxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h