mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
10 lines
389 B
Makefile
10 lines
389 B
Makefile
plugin_LTLIBRARIES = libgstmultipart.la
|
|
|
|
libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
|
|
libgstmultipart_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
|
libgstmultipart_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstmultipart_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = multipartdemux.h multipartmux.h
|
|
|