mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
13 lines
350 B
Makefile
13 lines
350 B
Makefile
plugin_LTLIBRARIES = libgsthdvparse.la
|
|
|
|
libgsthdvparse_la_SOURCES = \
|
|
gsthdvparse.c
|
|
|
|
noinst_HEADERS = \
|
|
gsthdvparse.h
|
|
|
|
libgsthdvparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
|
libgsthdvparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(LIBM)
|
|
libgsthdvparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgsthdvparse_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|