mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
10 lines
258 B
Makefile
10 lines
258 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libgstbasicscheduler.la
|
||
|
|
||
|
libgstbasicscheduler_la_SOURCES = gstbasicscheduler.c
|
||
|
|
||
|
libgstbasicscheduler_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||
|
|
||
|
libgstbasicscheduler_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS)
|