On Wed, Mar 11, 2020 at 00:47:42 +0100, Ulf Zibis wrote: > > It looks like it was built without support? > What is the difference, if I build it myself concerning support?
When configuring and building, you need the (development support for) libva present. ./configure has this check: > enabled vaapi && > check_pkg_config vaapi "libva >= 0.35.0" "va/va.h" vaInitialize This implies you need libva-devel or libva-dev >= 1.3.0 (which introduced the requested API version 0.35). (This check for vaapi is enabled by default.) Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
