1plugin_LTLIBRARIES = libgstvideocrop.la
2
3# Note: we only use defines from gst/video/video.h, but none
4# of the functions, so we don't need to link to libgstvideo
5
6libgstvideocrop_la_SOURCES = gstvideocrop.c gstaspectratiocrop.c
7libgstvideocrop_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
8	$(GST_PLUGINS_BASE_CFLAGS)
9libgstvideocrop_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
10libgstvideocrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11
12noinst_HEADERS = gstvideocrop.h gstaspectratiocrop.h
13