From 1f46af88e2af63b1d8890c606f48ab0dc9b116b5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 21 Aug 2006 09:21:27 +0000 Subject: gst/audiofxgood/: resubmit with the desired name *again* Original commit message from CVS: * gst/audiofxgood/.cvsignore: * gst/audiofxgood/Makefile.am: * gst/audiofxgood/audiofx.c: (plugin_init): * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init), (gst_audio_panorama_class_init), (gst_audio_panorama_init), (gst_audio_panorama_set_property), (gst_audio_panorama_get_property), (gst_audio_panorama_get_unit_size), (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps), (gst_audio_panorama_transform_m2s), (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform): * gst/audiofxgood/audiopanorama.h: resubmit with the desired name *again* --- gst/audiofx/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gst/audiofx/Makefile.am (limited to 'gst/audiofx/Makefile.am') diff --git a/gst/audiofx/Makefile.am b/gst/audiofx/Makefile.am new file mode 100644 index 00000000..34708cfe --- /dev/null +++ b/gst/audiofx/Makefile.am @@ -0,0 +1,19 @@ +# plugindir is set in configure + +plugin_LTLIBRARIES = libgstaudiofxgood.la + +# sources used to compile this plug-in +libgstaudiofxgood_la_SOURCES = audiofx.c\ + audiopanorama.c + +# flags used to compile this plugin +libgstaudiofxgood_la_CFLAGS = $(GST_CFLAGS) \ + $(GST_BASE_CFLAGS) \ + $(GST_CONTROLLER_CFLAGS) +libgstaudiofxgood_la_LIBADD = $(GST_LIBS) \ + $(GST_BASE_LIBS) \ + $(GST_CONTROLLER_LIBS) +libgstaudiofxgood_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +# headers we need but don't want installed +noinst_HEADERS = audiopanorama.h -- cgit