#564 closed enhancement (fixed)
ship the nvenc codec by default
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 0.13 |
Component: | encodings | Version: | trunk |
Keywords: | nvenc | Cc: |
Description (last modified by )
Since r6082, we no longer depended on libnvidia-encode
directly (we use dlopen), and as of r6336 we can also build RPM
s against CUDA 6, and fail to load the nvenc module at runtime, which makes it a lot easier to deploy nvenc.
This is done using autoreqprov AutoReq: no
to disable automatic processing of requirements so yum won't complain about the missing libcuda.so
dependency when we try to install, since CUDA is actually optional and will not be available on most installations.
Alternatively, we could use a hack like this one: Can some specific autodetected dependency be ignored upon rpmbuild.
Change History (3)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 7 years ago by
comment:3 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/564
Note: See
TracTickets for help on using
tickets.
All done already - this was just a tracker ticket.