# HG changeset patch # User diego # Date 1278503085 0 # Node ID 639f8db9fece6a119621dcf7dc8c3fc689a5f67a # Parent d918dc8c833cba5a8c608977488eab5140828896 Enable libvorbis encoder in FFmpeg if libvorbis is available. diff -r d918dc8c833c -r 639f8db9fece configure --- 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"