mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
8a96491618
Original commit message from CVS: fixes for make distcheck does GST_ELEMENT_IS_COTHREAD_STOPPING still exist ? and if so, how should it be found by the bytestream test ?
9 lines
243 B
Makefile
9 lines
243 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstbasicscheduler.la
|
|
|
|
libgstbasicscheduler_la_SOURCES = gstbasicscheduler.c
|
|
|
|
libgstbasicscheduler_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
|
|
libgstbasicscheduler_la_CFLAGS = $(GST_CFLAGS)
|