summaryrefslogtreecommitdiff
path: root/gst/y4m/Makefile.am
blob: 165591cf65db942b01dfcf1f8700d8520ac5323e (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