[MPlayer-users] lavc libvpx

Rolf Ernst rolf.ernst at silverlightning.org
Tue Jun 22 20:53:31 CEST 2010


On 6/22/2010 1:52 PM, Reimar Döffinger wrote:
> 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'
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>    

Reimar,

thank you so much!


More information about the MPlayer-users mailing list