summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-12-26 20:54:43 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-12-26 20:54:43 +0000
commit2a0d2686ad762ecb4c2c2793a290427f7b50bdf2 (patch)
treeddd9947240d821f2f798009a1a27b00d72e13dd3 /ext/Makefile.am
parent21de09a438bd3858bd47705cbfbcb7562c2fbe6b (diff)
downloadgst-plugins-bad-2a0d2686ad762ecb4c2c2793a290427f7b50bdf2.tar.gz
gst-plugins-bad-2a0d2686ad762ecb4c2c2793a290427f7b50bdf2.tar.bz2
gst-plugins-bad-2a0d2686ad762ecb4c2c2793a290427f7b50bdf2.zip
Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
Original commit message from CVS: Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 3ebdc5aa..b889fb38 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -161,7 +161,7 @@ SHOUT_DIR=
endif
if USE_SMOOTHWAVE
-SMOOTHWAVE_DIR=smoothwave
+SMOOTHWAVE_DIR=smooothwave
else
SMOOTHWAVE_DIR=
endif