Thomas Vander Stichele | c619495 | 2006-03-02 18:12:33 +0000 | [diff] [blame] | 1 | noinst_HEADERS = gstvideorate.h |
| 2 | |
Wim Taymans | 17c1c60 | 2004-06-16 09:39:02 +0000 | [diff] [blame] | 3 | plugin_LTLIBRARIES = libgstvideorate.la |
| 4 | |
| 5 | libgstvideorate_la_SOURCES = gstvideorate.c |
Tim-Philipp Müller | d4f9ea8 | 2015-04-11 00:03:29 +0100 | [diff] [blame] | 6 | libgstvideorate_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) |
Wim Taymans | 17c1c60 | 2004-06-16 09:39:02 +0000 | [diff] [blame] | 7 | libgstvideorate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |
Tim-Philipp Müller | d4f9ea8 | 2015-04-11 00:03:29 +0100 | [diff] [blame] | 8 | libgstvideorate_la_LIBADD = \ |
| 9 | $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \ |
| 10 | $(GST_BASE_LIBS) \ |
| 11 | $(GST_LIBS) |