mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
699452ef31
This is not needed any longer.
12 lines
355 B
Makefile
12 lines
355 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 = $(GST_PLUGIN_LIBTOOLFLAGS)
|