blob: 06a764b762d9ca5550a11f38e8deaf02a840fe08 [file] [log] [blame]
Thomas Vander Stichelec6194952006-03-02 18:12:33 +00001noinst_HEADERS = gstvideorate.h
2
Wim Taymans17c1c602004-06-16 09:39:02 +00003plugin_LTLIBRARIES = libgstvideorate.la
4
5libgstvideorate_la_SOURCES = gstvideorate.c
Tim-Philipp Müllerd4f9ea82015-04-11 00:03:29 +01006libgstvideorate_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
Wim Taymans17c1c602004-06-16 09:39:02 +00007libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
Tim-Philipp Müllerd4f9ea82015-04-11 00:03:29 +01008libgstvideorate_la_LIBADD = \
9 $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
10 $(GST_BASE_LIBS) \
11 $(GST_LIBS)