From 26ce392dbada7aeced009a2cc90540d143c91974 Mon Sep 17 00:00:00 2001 From: Stéphane Loeuillet Date: Wed, 6 Oct 2004 14:15:25 +0000 Subject: gst/wavparse/Makefile.am gst/wavparse/riff.h gst/wavparse/wavparse.vcproj riff.h removal (unused and duplication with... 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) --- gst/wavparse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/wavparse/Makefile.am') diff --git a/gst/wavparse/Makefile.am b/gst/wavparse/Makefile.am index ff55675e..0f7df636 100644 --- a/gst/wavparse/Makefile.am +++ b/gst/wavparse/Makefile.am @@ -6,4 +6,4 @@ libgstwavparse_la_CFLAGS = $(GST_CFLAGS) libgstwavparse_la_LIBADD = libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gstwavparse.h riff.h +noinst_HEADERS = gstwavparse.h -- cgit