comparison configure @ 14631:a288fcf5eec1

Print which of Tremor, internal Tremor or libvorbis has been enabled.
author diego
date Tue, 01 Feb 2005 11:54:50 +0000
parents aacd81655870
children 408bcfa575bf
comparison
equal deleted inserted replaced
14630:734239808489 14631:a288fcf5eec1
5123 if test "$_tremor_low" = yes ; then 5123 if test "$_tremor_low" = yes ; then
5124 _tremor_flags='-D_LOW_ACCURACY_' 5124 _tremor_flags='-D_LOW_ACCURACY_'
5125 else 5125 else
5126 _tremor_flags='' 5126 _tremor_flags=''
5127 fi 5127 fi
5128 _codecmodules="tremor(internal) $_codecmodules"
5128 elif test "$_tremor" = yes ; then 5129 elif test "$_tremor" = yes ; then
5129 _def_tremor='#define TREMOR 1' 5130 _def_tremor='#define TREMOR 1'
5130 _ld_vorbis='-lvorbisidec' 5131 _ld_vorbis='-lvorbisidec'
5132 _codecmodules="tremor $_codecmodules"
5131 else 5133 else
5132 _def_tremor='#undef TREMOR' 5134 _def_tremor='#undef TREMOR'
5133 _ld_vorbis='-lvorbis -logg' 5135 _ld_vorbis='-lvorbis -logg'
5134 fi 5136 _codecmodules="libvorbis $_codecmodules"
5135 _codecmodules="libvorbis $_codecmodules" 5137 fi
5136 else 5138 else
5137 _def_vorbis='#undef HAVE_OGGVORBIS' 5139 _def_vorbis='#undef HAVE_OGGVORBIS'
5138 _def_tremor='#undef TREMOR' 5140 _def_tremor='#undef TREMOR'
5139 _nocodecmodules="libvorbis $_nocodecmodules" 5141 _nocodecmodules="libvorbis $_nocodecmodules"
5140 fi 5142 fi