mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
c87a7e2667
They are still considered unstable API but it would be good to give them some wider testing already to make sure the API is useful. https://bugzilla.gnome.org/show_bug.cgi?id=760733
16 lines
532 B
Makefile
16 lines
532 B
Makefile
lib_LTLIBRARIES = libgstbadbase-@GST_API_VERSION@.la
|
|
|
|
libgstbadbase_@GST_API_VERSION@_la_SOURCES = \
|
|
gstaggregator.c
|
|
|
|
libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) \
|
|
-DGST_USE_UNSTABLE_API
|
|
|
|
libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
|
|
libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
|
|
|
libgstbase_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/base
|
|
libgstbase_@GST_API_VERSION@include_HEADERS = gstaggregator.h
|
|
|
|
EXTRA_DIST =
|
|
|