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.
20 lines
414 B
Makefile
20 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
|
|
|