2016-05-20 15:17:52 +00:00
|
|
|
plugin_LTLIBRARIES = libgsttimecode.la
|
|
|
|
|
2017-01-25 11:06:28 +00:00
|
|
|
libgsttimecode_la_SOURCES = plugin.c gsttimecodestamper.c gstavwait.c
|
2016-05-20 15:17:52 +00:00
|
|
|
|
2016-05-31 16:21:17 +00:00
|
|
|
libgsttimecode_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2016-08-06 23:31:23 +00:00
|
|
|
libgsttimecode_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
2016-05-20 15:17:52 +00:00
|
|
|
libgsttimecode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2017-01-25 11:06:28 +00:00
|
|
|
noinst_HEADERS = gsttimecodestamper.h gstavwait.h
|