summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-09 06:58:41 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-09 06:58:41 +0000
commitf63c25dba2d5df5be4dc9182ef746e53c359b063 (patch)
treef84c97c05553ca46f68c6609c12aa23d5f408957 /configure
parent03f8c9fa9706513eb814be30bb8c6a88da0f4313 (diff)
downloadmpv-f63c25dba2d5df5be4dc9182ef746e53c359b063.tar.bz2
mpv-f63c25dba2d5df5be4dc9182ef746e53c359b063.tar.xz
toolame/twolame typo, 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15701 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c43231e520..200917e528 100755
--- a/configure
+++ b/configure
@@ -5291,7 +5291,7 @@ if test "$_twolame" = yes ; then
_def_twolame='#define HAVE_TWOLAME 1'
_codecmodules="$_codecmodules twolame"
else
- _def_toolame='#undef HAVE_TWOLAME'
+ _def_twolame='#undef HAVE_TWOLAME'
_twolame_lib=""
_nocodecmodules="twolame $_nocodecmodules"
fi