Bug #4010
Failed to compile tvheadend on debian jessie, still tsdebug error !
100%
Description
CC src/input/mpegts/mpegts_pid.o
CC src/input/mpegts/mpegts_input.o
src/input/mpegts/mpegts_input.c: In function ‘tsdebug_check_tspkt’:
src/input/mpegts/mpegts_input.c:1258:70: error: passing argument 4 of ‘_tvhlog’ makes integer from pointer without a cast [-Werror]
tvhdebug("descrambler", "Keys from MPEG-TS source (PID 0x1FFF)!");
^
In file included from /usr/src/tvheadend/src/tvheadend.h:41:0,
from /usr/src/tvheadend/src/idnode.h:23,
from /usr/src/tvheadend/src/input.h:22,
from src/input/mpegts/mpegts_input.c:19:
/usr/src/tvheadend/src/tvhlog.h:63:6: note: expected ‘int’ but argument is of type ‘const char ’
void _tvhlog ( const char *file, int line, int severity,
^
cc1: all warnings being treated as errors
Makefile:626: recipe for target '/usr/src/tvheadend/build.linux/src/input/mpegts/mpegts_input.o' failed
make1: [/usr/src/tvheadend/build.linux/src/input/mpegts/mpegts_input.o] Error 1
make1: Leaving directory '/usr/src/tvheadend'
Makefile:97: recipe for target 'ffmpeg_all' failed
make: * [ffmpeg_all] Error 2
History
Updated by Jaroslav Kysela about 8 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|793b13934d502936bdded280324192dbc07345e4.