Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
31500:b01f807eb183 | 31501:71917902699c |
---|---|
7587 fi | 7587 fi |
7588 fi | 7588 fi |
7589 if test "$_libvpx_lavc" = yes ; then | 7589 if test "$_libvpx_lavc" = yes ; then |
7590 def_libvpx_lavc='#define CONFIG_LIBVPX 1' | 7590 def_libvpx_lavc='#define CONFIG_LIBVPX 1' |
7591 _libavdecoders="$_libavdecoders LIBVPX_DECODER" | 7591 _libavdecoders="$_libavdecoders LIBVPX_DECODER" |
7592 _libavencoders="$_libavencoders LIBVPX_ENCODER" | |
7592 codecmodules="libvpx $codecmodules" | 7593 codecmodules="libvpx $codecmodules" |
7593 else | 7594 else |
7594 def_libvpx_lavc='#define CONFIG_LIBVPX 0' | 7595 def_libvpx_lavc='#define CONFIG_LIBVPX 0' |
7595 nocodecmodules="libvpx $nocodecmodules" | 7596 nocodecmodules="libvpx $nocodecmodules" |
7596 fi | 7597 fi |