summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-04-12 23:30:54 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-04-12 23:30:54 +0000
commit8bc076ee6e45285d1c4908e2355dc1d51fc55b2b (patch)
tree6f5f1b0a65e438ed29f6628e5fbe3d198b7abea7 /ext
parentcbae7ff8be743b4b676fdfee68175070977bcfbb (diff)
Move soup plugin from -bad (Fixes: #523124)
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/inspect/plugin-soup.xml: * ext/Makefile.am: * tests/check/Makefile.am: Move soup plugin from -bad (Fixes: #523124)
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 8629fbcd..77b1cc53 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -106,6 +106,12 @@ else
SHOUT2_DIR =
endif
+if USE_SOUP
+SOUP_DIR=soup
+else
+SOUP_DIR=
+endif
+
if USE_SPEEX
SPEEX_DIR = speex
else
@@ -143,6 +149,7 @@ SUBDIRS = \
$(LIBPNG_DIR) \
$(MIKMOD_DIR) \
$(SHOUT2_DIR) \
+ $(SOUP_DIR) \
$(SPEEX_DIR) \
$(TAGLIB_DIR) \
$(WAVPACK_DIR)
@@ -164,6 +171,7 @@ DIST_SUBDIRS = \
libpng \
raw1394 \
shout2 \
+ soup \
speex \
taglib \
wavpack