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:
parent
b1565e5af8
commit
9fda8602e1
@ -97,8 +97,7 @@
|
|||||||
, libXv ? null # Xlib support
|
, libXv ? null # Xlib support
|
||||||
, libXext ? null # Xlib support
|
, libXext ? null # Xlib support
|
||||||
, lzma ? null # xz-utils
|
, lzma ? null # xz-utils
|
||||||
, nvenc ? false, nv-codec-headers ? null # NVIDIA NVENC support
|
, nvenc ? true, nv-codec-headers ? null # NVIDIA NVENC support
|
||||||
, callPackage # needed for NVENC to access external ffmpeg nvidia headers
|
|
||||||
, openal ? null # OpenAL 1.1 capture support
|
, openal ? null # OpenAL 1.1 capture support
|
||||||
#, opencl ? null # OpenCL code
|
#, opencl ? null # OpenCL code
|
||||||
, opencore-amr ? null # AMR-NB de/encoder & AMR-WB decoder
|
, opencore-amr ? null # AMR-NB de/encoder & AMR-WB decoder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user