diff configure @ 31501:71917902699c

100l, actually enable libvpx encoder if libvpx is detected.
author reimar
date Sun, 27 Jun 2010 16:28:45 +0000
parents c0fdef79a5d5
children 4d06e790f7ad
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'