summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 13:12:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 13:12:51 +0000
commit2da3b6d239de885696985789170b1361a0bd9ead (patch)
treee93bbcf72e0bccea12220b3c579e6d80bfc4421e /configure
parent43673b01e5390d11e0324b3fed613ababa221078 (diff)
downloadmpv-2da3b6d239de885696985789170b1361a0bd9ead.tar.bz2
mpv-2da3b6d239de885696985789170b1361a0bd9ead.tar.xz
Fix amr_nb-fixed compilation: Don't depend on amr_nb.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18315 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 95c3bbb572..db56ae3f6e 100755
--- a/configure
+++ b/configure
@@ -6212,9 +6212,7 @@ if test "$_amr_nb_fixed" = auto ; then
fi
fi
if test "$_amr_nb_fixed" = yes ; then
- _def_amr_nb='#define AMR_NB 1'
_def_amr_nb_fixed='#define AMR_NB_FIXED 1'
- _amr_nb=yes;
else
_def_amr_nb_fixed='#undef AMR_NB_FIXED'
fi