Hi,
after some times not touching TVHeadend build, I see there are an update in git for ffmpeg, so I decided to update TVHeadend. Unfortunately that was a bad idea, because running make get an error and TVHeadend did not build :(
git show-branch
[master] en50494: fix the previous optimization, fixes #3081
Last lines when running make:
CC src/dvr/dvr_cutpoints.o
CC src/webui/webui.o
src/webui/webui.c: In function ‘http_stream_preop’:
src/webui/webui.c:283:3: error: implicit declaration of function ‘tcp_connection_launch’ [-Werror=implicit-function-declaration]
src/webui/webui.c:283:3: error: return makes pointer from integer without a cast [-Werror]
src/webui/webui.c: In function ‘http_stream_postop’:
src/webui/webui.c:289:3: error: implicit declaration of function ‘tcp_connection_land’ [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
Makefile:527: recipe for target '/tvheadend/build.linux/src/webui/webui.o' failed
make: *** [/tvheadend/build.linux/src/webui/webui.o] Error
This is from an RaspberryPi B+, running Rasbian (Debian 7.8, Kernel 4.1.6+)
Anyone a hint to fix it?