mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-03 10:21:11 +00:00
What still needs to be done is to add a way to set a custom lock to the task, currently a newly created task can only get a lock by making it a pad task.
25 lines
489 B
Makefile
25 lines
489 B
Makefile
lib_LTLIBRARIES = libgstreamersharpglue-0.10.la
|
|
|
|
libgstreamersharpglue_0_10_la_SOURCES = \
|
|
buffer.c \
|
|
caps.c \
|
|
clock.c \
|
|
clockentry.c \
|
|
message.c \
|
|
event.c \
|
|
bin.c \
|
|
structure.c \
|
|
taglist.c \
|
|
task.c \
|
|
object.c \
|
|
gobject.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
|
|
|