Thomas Vander Stichele | 56bff37 | 2001-12-23 13:17:36 +0000 | [diff] [blame] | 1 | |
Thomas Vander Stichele | 713372d | 2002-06-17 10:29:30 +0000 | [diff] [blame] | 2 | plugin_LTLIBRARIES = libgsty4menc.la |
Thomas Vander Stichele | 56bff37 | 2001-12-23 13:17:36 +0000 | [diff] [blame] | 3 | |
Thomas Vander Stichele | 713372d | 2002-06-17 10:29:30 +0000 | [diff] [blame] | 4 | libgsty4menc_la_SOURCES = gsty4mencode.c |
Tim-Philipp Müller | 752cf98 | 2012-10-27 23:22:36 +0100 | [diff] [blame] | 5 | libgsty4menc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) |
| 6 | libgsty4menc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) $(GST_LIBS) |
Thomas Vander Stichele | 713372d | 2002-06-17 10:29:30 +0000 | [diff] [blame] | 7 | libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |
Thomas Vander Stichele | 56bff37 | 2001-12-23 13:17:36 +0000 | [diff] [blame] | 8 | |
| 9 | noinst_HEADERS = gsty4mencode.h |