Mercurial > mplayer.hg
changeset 31577:639f8db9fece
Enable libvorbis encoder in FFmpeg if libvorbis is available.
author | diego |
---|---|
date | Wed, 07 Jul 2010 11:44:45 +0000 |
parents | d918dc8c833c |
children | e2fe3b9e4a1f |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jul 06 09:02:37 2010 +0000 +++ b/configure Wed Jul 07 11:44:45 2010 +0000 @@ -6614,6 +6614,7 @@ codecmodules="libvorbis $codecmodules" res_comment="libvorbis" extra_ldflags="$extra_ldflags -lvorbis -logg" + _libavencoders="$_libavencoders LIBVORBIS_ENCODER" else _vorbis=no nocodecmodules="libvorbis $nocodecmodules"