mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
f701aa29b9
These will disappear after 1.4.0 and it would be rather annoying if people started depending on them. https://bugzilla.gnome.org/show_bug.cgi?id=732207
16 lines
414 B
Makefile
16 lines
414 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)
|
|
|
|
noinst_HEADERS = \
|
|
gstaggregator.h
|
|
|
|
EXTRA_DIST =
|
|
|