mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
9 lines
219 B
Makefile
9 lines
219 B
Makefile
|
|
plugin_LTLIBRARIES = libgstwavenc.la
|
|
|
|
libgstwavenc_la_SOURCES = gstwavenc.c
|
|
libgstwavenc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstwavenc_la_LIBADD =
|
|
libgstwavenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstwavenc.h
|