Re: [FFmpeg-devel] [PATCH 1/2] configure: enable libvpx-vp9 encoder and decoder

2019-03-04 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of James Almer > Sent: Monday, March 04, 2019 9:51 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 1/2] configure: enable libvpx-vp9 > encoder and dec

Re: [FFmpeg-devel] [PATCH 1/2] configure: enable libvpx-vp9 encoder and decoder

2019-03-04 Thread James Almer
On 3/4/2019 6:21 PM, Guo, Yejun wrote: > currently run confingure and there is no "libvpx_vp9" for encoder and > decoder in the output string, while "libvpx_vp8" is there. The check is working fine as is on systems without pthreads, so the commit message is wrong. It should say something like addi

[FFmpeg-devel] [PATCH 1/2] configure: enable libvpx-vp9 encoder and decoder

2019-03-04 Thread Guo, Yejun
currently run confingure and there is no "libvpx_vp9" for encoder and decoder in the output string, while "libvpx_vp8" is there. Signed-off-by: Guo, Yejun --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 3042ab9..1c0ba78 100755 ---