From 74078c9babb67b9db20096a168842fb76b017392 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 12 May 2006 09:20:51 +0000 Subject: [PATCH] Add missing --enable-toolame and --enable-twolame parameters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18455 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 7341e2a3ee..ebf5ca7e5a 100755 --- a/configure +++ b/configure @@ -1763,7 +1763,9 @@ for ac_option do --disable-openal) _openal=no ;; --enable-mad) _mad=yes ;; --disable-mad) _mad=no ;; + --enable-toolame) _toolame=yes ;; --disable-toolame) _toolame=no ;; + --enable-twolame) _twolame=yes ;; --disable-twolame) _twolame=no ;; --enable-libcdio) _libcdio=yes ;; --disable-libcdio) _libcdio=no ;;