mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
f6bfbdd222
Original commit message from CVS: Added a WAV file encoder
10 lines
245 B
Makefile
10 lines
245 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
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
|