mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
24c626ae1f
No enums or marshallers to be generated here. Should also be gst-glib-gen.mak then.
9 lines
398 B
Makefile
9 lines
398 B
Makefile
plugin_LTLIBRARIES = libgstshm.la
|
|
|
|
libgstshm_la_SOURCES = shmpipe.c shmalloc.c gstshm.c gstshmsrc.c gstshmsink.c
|
|
libgstshm_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS) -DSHM_PIPE_USE_GLIB
|
|
libgstshm_la_LIBADD = -lrt
|
|
libgstshm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
|
|
libgstshm_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstshmsrc.h gstshmsink.h shmpipe.h shmalloc.h
|