mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
9e4e447ad4
Renamed timecodewait to avwait. Added running-time and video-first modes. Default mode is timecode (the previous behaviour). https://bugzilla.gnome.org/show_bug.cgi?id=777741
10 lines
508 B
Makefile
10 lines
508 B
Makefile
plugin_LTLIBRARIES = libgsttimecode.la
|
|
|
|
libgsttimecode_la_SOURCES = plugin.c gsttimecodestamper.c gstavwait.c
|
|
|
|
libgsttimecode_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgsttimecode_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
|
libgsttimecode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgsttimecode_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gsttimecodestamper.h gstavwait.h
|