mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
d6a2d1aba1
Original commit message from CVS: * configure.ac: * gst/wavparse/gstwavparse.c: * gst/wavparse/gstwavparse.h: * gst/wavparse/Makefile.am: Ported wavparse to 0.9 . Playing, seeking and state changes work. Could need more loving on the headers though.
12 lines
353 B
Makefile
12 lines
353 B
Makefile
|
|
plugin_LTLIBRARIES = libgstwavparse.la
|
|
|
|
libgstwavparse_la_SOURCES = gstwavparse.c
|
|
libgstwavparse_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
|
-I$(top_srcdir)/gst-libs
|
|
libgstwavparse_la_LIBADD = -lgstriff-0.9
|
|
libgstwavparse_la_LDFLAGS = \
|
|
$(GST_PLUGIN_LDFLAGS) \
|
|
$(GST_PLUGINS_BASE_LIBS)
|
|
|
|
noinst_HEADERS = gstwavparse.h
|