mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
b066913324
Original commit message from CVS: Wavpack ported to 0.9. No support for correction file yet.
13 lines
372 B
Makefile
13 lines
372 B
Makefile
|
|
plugin_LTLIBRARIES = libgstwavpack.la
|
|
|
|
libgstwavpack_la_SOURCES = gstwavpack.c \
|
|
gstwavpackcommon.c \
|
|
gstwavpackparse.c \
|
|
gstwavpackdec.c
|
|
|
|
libgstwavpack_la_CFLAGS = $(GST_CFLAGS) $(WAVPACK_CFLAGS)
|
|
libgstwavpack_la_LIBADD = $(WAVPACK_LIBS)
|
|
libgstwavpack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstwavpackparse.h gstwavpackdec.h gstwavpackcommon.h
|