mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7e3ccacc2f
We don't use any function yet, just the structures and defines.
14 lines
378 B
Makefile
14 lines
378 B
Makefile
plugin_LTLIBRARIES = libgstwavenc.la
|
|
|
|
libgstwavenc_la_SOURCES = gstwavenc.c
|
|
libgstwavenc_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
libgstwavenc_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstriff-@GST_MAJORMINOR@ \
|
|
$(GST_LIBS)
|
|
libgstwavenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstwavenc_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstwavenc.h
|