[MPlayer-users] lavc libvpx

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Jun 22 20:52:19 CEST 2010


On Tue, Jun 22, 2010 at 12:10:49AM -0500, Rolf Ernst wrote:
> I am still tinkering with libvpx and don't understand why libavcodec does
> not find it. This is my command and output:

Actually, detection for then encoder was forgotten to be added to
the configure script.
It's not quite right, but you can try below change
Index: configure
===================================================================
--- configure   (revision 31528)
+++ configure   (working copy)
@@ -7678,6 +7695,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'


More information about the MPlayer-users mailing list