Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 344593 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- configure 2010-12-19 12:41:52.000000000 +0200
0
++ configure 2011-02-26 23:30:47.000000000 +0200
Lines 6324-6330 Link Here
6324
fi
6324
fi
6325
if test "$_libvorbis" = auto; then
6325
if test "$_libvorbis" = auto; then
6326
  _libvorbis=no
6326
  _libvorbis=no
6327
  statement_check vorbis/codec.h 'vorbis_packet_blocksize(0, 0)' -lvorbis -logg $_ld_lm && _libvorbis=yes
6327
  for vorbislibs in '-lvorbis -logg' '-lvorbis -lvorbisenc -logg' ; do
6328
    statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0)' $vorbislibs $_ld_lm && _libvorbis=yes && break
6329
  done
6328
fi
6330
fi
6329
if test "$_tremor_internal" = yes ; then
6331
if test "$_tremor_internal" = yes ; then
6330
  _vorbis=yes
6332
  _vorbis=yes
Lines 6348-6354 Link Here
6348
  def_vorbis='#define CONFIG_OGGVORBIS 1'
6350
  def_vorbis='#define CONFIG_OGGVORBIS 1'
6349
  codecmodules="libvorbis $codecmodules"
6351
  codecmodules="libvorbis $codecmodules"
6350
  res_comment="libvorbis"
6352
  res_comment="libvorbis"
6351
  extra_ldflags="$extra_ldflags -lvorbis -logg"
6353
  extra_ldflags="$extra_ldflags $vorbislibs"
6352
  libavencoders="$libavencoders LIBVORBIS_ENCODER"
6354
  libavencoders="$libavencoders LIBVORBIS_ENCODER"
6353
else
6355
else
6354
  _vorbis=no
6356
  _vorbis=no

Return to bug 344593