mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6115f0b56c
Original commit message from CVS: convert to using GstClockTime for all time values, finally.
12 lines
378 B
Makefile
12 lines
378 B
Makefile
plugin_LTLIBRARIES = libgstlevel.la
|
|
|
|
libgstlevel_la_SOURCES = gstlevel.c
|
|
libgstlevel_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstlevel_la_LIBADD = $(GST_BASE_LIBS)
|
|
libgstlevel_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstlevel.h
|
|
|
|
noinst_PROGRAMS = level-example
|
|
level_example_CFLAGS = $(GST_CFLAGS)
|
|
level_example_LDADD = $(GST_LIBS)
|