summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2005-05-09 20:09:44 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2005-05-09 20:09:44 +0000
commit1987170ab6dc7bc07553f766bda3393021246e14 (patch)
treed8654214925d3ae6724f5ead36c9a17840b24a52 /ext/Makefile.am
parent452593c60a26acc005d2641558c61c93be6d09da (diff)
Port shout2 plugin
Original commit message from CVS: 2005-05-09 Zaheer Abbas Merali <zaheerabbas at merali dot org> * PORTED_09: * configure.ac: * ext/Makefile.am: * ext/shout2/Makefile.am: * ext/shout2/gstshout2.c: (gst_shout2send_get_type), (gst_shout2send_base_init), (gst_shout2send_class_init), (gst_shout2send_init), (gst_shout2send_event), (gst_shout2send_render), (gst_shout2send_set_property), (gst_shout2send_get_property), (gst_shout2send_setcaps), (gst_shout2send_change_state): * ext/shout2/gstshout2.h: Port shout2 plugin
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index cf98aff5..4dcefb2d 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -310,11 +310,11 @@ endif
# SHOUT_DIR=
# endif
-# if USE_SHOUT2
-# SHOUT2_DIR=shout2
-# else
-# SHOUT2_DIR=
-# endif
+if USE_SHOUT2
+SHOUT2_DIR=shout2
+else
+SHOUT2_DIR=
+endif
if USE_SIDPLAY
SIDPLAY_DIR=sidplay
@@ -444,6 +444,7 @@ SUBDIRS=\
DIST_SUBDIRS=\
mad \
+ shout2 \
sidplay \
aalib \
libcaca