mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 23:18:47 +00:00
7b0efa7033
This will be needed later to call the action signals of playbin2 for example. Also get the correct instance size of GClosure at runtime instead of always taking the largest known one.
19 lines
414 B
Makefile
19 lines
414 B
Makefile
lib_LTLIBRARIES = libgstreamersharpglue-0.10.la
|
|
|
|
libgstreamersharpglue_0_10_la_SOURCES = \
|
|
buffer.c \
|
|
clock.c \
|
|
message.c \
|
|
miniobject.c \
|
|
bin.c \
|
|
dynamicsignal.c
|
|
|
|
nodist_libgstreamersharpglue_0_10_la_SOURCES = generated.c
|
|
|
|
libgstreamersharpglue_0_10_la_LIBADD = $(GST_LIBS)
|
|
|
|
INCLUDES = -Wall -D_FORTIFY_SOURCE=2 $(GST_CFLAGS) -I$(top_srcdir)
|
|
|
|
CLEANFILES= lib*.a lib*.la
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|