On 19/09/16 18:48, Vittorio Giovara wrote: > On Sat, Sep 17, 2016 at 9:28 AM, Luca Barbato <[email protected]> wrote: >> From: Yogender Gupta <[email protected]> >> >> Their order got swapped in SDK 7. >> --- >> configure | 4 ++-- >> libavcodec/nvenc.c | 2 +- >> 2 files changed, 3 insertions(+), 3 deletions(-) > > Shouldn't we still support SDK 6? >
The SDK 7 requires the user to register and manually download a zip. That might be mildly annoying compared to the sdk 6 (available pre-packaged at least in Gentoo). It requires a driver that at least on Gentoo is available since a while (please correct me if I'm wrong, I just checked the version reported in the website while downloading the sdk 7), so usage wise it isn't really a roadblock IMHO. We can either decide to bump version or have some ifdeffery in place to support both. Who wants to support SDK 6 could add some version-specific ifdefs on 4 and 5, remove the version check in configure and we should be done with that. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
