mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
a61cc265fe
Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
9 lines
226 B
Makefile
9 lines
226 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 riff.h
|