comparison configure @ 8934:90195705ae00

libvorbisidec already includes ogg parser code; no sense in depending on more libs
author rfelker
date Mon, 13 Jan 2003 00:45:04 +0000
parents d2cb317c7f16
children cd54e6e1c761
comparison
equal deleted inserted replaced
8933:bfe1b826cff1 8934:90195705ae00
3710 fi 3710 fi
3711 if test "$_vorbis" = yes ; then 3711 if test "$_vorbis" = yes ; then
3712 _def_vorbis='#define HAVE_OGGVORBIS 1' 3712 _def_vorbis='#define HAVE_OGGVORBIS 1'
3713 if test "$_tremor" = yes ; then 3713 if test "$_tremor" = yes ; then
3714 _def_tremor='#define TREMOR 1' 3714 _def_tremor='#define TREMOR 1'
3715 _ld_vorbis='-lvorbisidec -logg' 3715 _ld_vorbis='-lvorbisidec'
3716 else 3716 else
3717 _def_tremor='#undef TREMOR' 3717 _def_tremor='#undef TREMOR'
3718 _ld_vorbis='-lvorbis -logg' 3718 _ld_vorbis='-lvorbis -logg'
3719 fi 3719 fi
3720 _codecmodules="libvorbis $_codecmodules" 3720 _codecmodules="libvorbis $_codecmodules"