From 8029993b1243b014a9a669473e4517eea7026196 Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sun, 17 Nov 2002 12:23:43 +0000 Subject: Use bytestream to get buffer from sinkpad ( gst-player should play mod file now ;) Original commit message from CVS: Use bytestream to get buffer from sinkpad ( gst-player should play mod file now ;) Move module types build from mikmod to modplug --- gst/modplug/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/modplug/Makefile.am') diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index d9d73f1e..b8f1092e 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -4,10 +4,10 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstmodplug.la -libgstmodplug_la_SOURCES = gstmodplug.cc +libgstmodplug_la_SOURCES = gstmodplug.cc modplug_types.c libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) libgstmodplug_la_LIBADD = libmodplug/libmodplug.la -lstdc++ libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gstmodplug.h +noinst_HEADERS = gstmodplug.h modplug_types.h -- cgit v1.2.1