New mimetypes gone into effect today - this commit changes all old mimetypes over...
[platform/upstream/gst-plugins-good.git] / gst / flx / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstflxdec.la
4
5 libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
6 libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
7 libgstflxdec_la_LIBADD =
8 libgstflxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
11