mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d753a3eeb1
This is not needed any longer.
19 lines
514 B
Makefile
19 lines
514 B
Makefile
plugin_LTLIBRARIES = libgstwavparse.la
|
|
|
|
libgstwavparse_la_SOURCES = gstwavparse.c
|
|
libgstwavparse_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
libgstwavparse_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstriff-@GST_API_VERSION@ \
|
|
-lgstaudio-@GST_API_VERSION@ \
|
|
-lgsttag-@GST_API_VERSION@ \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS) \
|
|
$(LIBM)
|
|
libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstwavparse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstwavparse.h
|