summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-08-20 12:09:16 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-08-20 12:09:16 +0000
commit32df8f43da3e5648e6d2cc093bb2e8099714977c (patch)
tree83a22389a3d8f9b76c2a5519d3491e1336345875 /configure.ac
parent611b2dd11bf676b7d6656d53764076152da8ddc3 (diff)
gst/audiofxgood/audiofx.c
Original commit message from CVS: * configure.ac: * gst/audiofxgood/.cvsignore: * gst/audiofxgood/Makefile.am: * gst/audiofxgood/audiofx.c * 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: * tests/check/Makefile.am: * tests/check/elements/audiopanorama.c: (setup_panorama_m), (setup_panorama_s), (cleanup_panorama), (GST_START_TEST), (panorama_suite), (main): Add audiofxgood plugin with audiopanorama element
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b6f215ec..faef28d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,6 +80,7 @@ GST_PLUGINS_ALL="\
videofilter \
alpha \
apetag \
+ audiofxgood \
auparse \
autodetect \
avi \
@@ -760,6 +761,7 @@ Makefile
gst/Makefile
gst/alpha/Makefile
gst/apetag/Makefile
+gst/audiofxgood/Makefile
gst/auparse/Makefile
gst/autodetect/Makefile
gst/avi/Makefile