changeset 31501:71917902699c

100l, actually enable libvpx encoder if libvpx is detected.
author reimar
date Sun, 27 Jun 2010 16:28:45 +0000
parents b01f807eb183
children c95e08f87c70
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jun 27 15:04:13 2010 +0000
+++ b/configure	Sun Jun 27 16:28:45 2010 +0000
@@ -7589,6 +7589,7 @@
 if test "$_libvpx_lavc" = yes ; then
   def_libvpx_lavc='#define CONFIG_LIBVPX 1'
   _libavdecoders="$_libavdecoders LIBVPX_DECODER"
+  _libavencoders="$_libavencoders LIBVPX_ENCODER"
   codecmodules="libvpx $codecmodules"
 else
   def_libvpx_lavc='#define CONFIG_LIBVPX 0'