mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
26ce392dba
Original commit message from CVS: * gst/wavparse/Makefile.am * gst/wavparse/riff.h * gst/wavparse/wavparse.vcproj riff.h removal (unused and duplication with riff-ids.h)
9 lines
233 B
Makefile
9 lines
233 B
Makefile
|
|
plugin_LTLIBRARIES = libgstwavparse.la
|
|
|
|
libgstwavparse_la_SOURCES = gstwavparse.c
|
|
libgstwavparse_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstwavparse_la_LIBADD =
|
|
libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstwavparse.h
|