summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 1bd1fae4bc516ca05ac51785d58c0be13da29fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
plugindir=/tmp/

plugin_LTLIBRARIES = libgstpolyp.la

libgstpolyp_la_SOURCES = plugin.c polypsink.c
libgstpolyp_la_CFLAGS = $(GST_CFLAGS) $(POLYP_CFLAGS)
libgstpolyp_la_LIBADD = $(POLYP_LIBS) $(GST_LIBS)


reg:
	gst-register-0.8 --gst-plugin-path=`pwd`

inspect:
	gst-inspect-0.8 polypsink

.PHONY: reg inspect