summaryrefslogtreecommitdiffstats
path: root/gst/y4m/Makefile.am
blob: e323448898699f0981cf743ea53d0e21a67001b3 (plain)
1
2
3
4
5
6
7
8
9
10
plugindir = $(libdir)/gst

plugin_LTLIBRARIES = libgsty4mencode.la

libgsty4mencode_la_SOURCES = gsty4mencode.c
libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
libgsty4mencode_la_LIBADD = $(GST_LIBS)
libgsty4mencode_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@

noinst_HEADERS = gsty4mencode.h