Send seek event to baseparse when aacparse seek failed in push mode
[platform/upstream/gst-plugins-good.git] / gst / videocrop / Makefile.am
1 plugin_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
6 libgstvideocrop_la_SOURCES = gstvideocrop.c gstaspectratiocrop.c
7 libgstvideocrop_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
8         $(GST_PLUGINS_BASE_CFLAGS)
9 libgstvideocrop_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
10 libgstvideocrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11
12 noinst_HEADERS = gstvideocrop.h gstaspectratiocrop.h