github linuxserver/docker-tvheadend 3ed76138-ls118

latest releases: 9ac57a0c-ls228, 9ac57a0c-ls227, 9ac57a0c-ls226...
2 years ago

LinuxServer Changes:

Rebase to Alpine 3.15. Disable execinfo to fix builds. Update xmltv.

tvheadend Changes:

nvenc: Fix Werror=int-conversion FTBFS (and likely bug)

Commit 0165f365cd58bbcc3734e4ec9ce696b42870ff8e introduced an FTBFS
when -Werror=int-conversion is passed to the compiler. For
reasons unknown to me, the "value" argument to AV_DICT_SET_INT was
written as a string (const char *) rather than the int64_t that
the function behind the macro was expecting in the "Set Defaults"
statements. This was resulting in the value of the pointer to the
character array getting used as the argument rather than the
integer itself, which appears to be what was intended. This
triggers the Werror=int-conversion error and also probably results
in unexpected behavior from passing the pointer values.

Don't miss a new docker-tvheadend release

NewReleases is sending notifications on new releases.