On Thu, Feb 07, 2019 at 13:58:20 -0800, Ronnie Roller wrote: > Any idea how to get the libvpx-vp9 decoder enabled? > > Here's how I built: > > cd libvpx-1.8.0 && \
This is new enough, according to ./configure. (It checks for >= 1.4.0. I use 1.5.x and get the encoder libvpx-vp9.) > ./configure \ > --enable-gpl \ > --enable-libx264 \ > --enable-libx265 \ > --enable-libwebp \ > --enable-librsvg \ > --enable-libvorbis \ > --enable-libvpx \ > --disable-network && \ You should have a look at config.log. Search for vp9 and try to figure out whether vp9 support was actually enabled. Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
