ffmpeg-full: enable nvenc by default

It's called "full", after all, and nvenc seem quite cheap actually.
Also remove an unused parameter.
This commit is contained in:
Vladimír Čunát 2019-05-11 11:01:51 +02:00
parent b1565e5af8
commit 9fda8602e1
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -97,8 +97,7 @@
, libXv ? null # Xlib support
, libXext ? null # Xlib support
, lzma ? null # xz-utils
, nvenc ? false, nv-codec-headers ? null # NVIDIA NVENC support
, callPackage # needed for NVENC to access external ffmpeg nvidia headers
, nvenc ? true, nv-codec-headers ? null # NVIDIA NVENC support
, openal ? null # OpenAL 1.1 capture support
#, opencl ? null # OpenCL code
, opencore-amr ? null # AMR-NB de/encoder & AMR-WB decoder