Bug #1358
closedBug #1446: Configure flags not honoured
Compile flags --disable-linuxdvb and --disable-v4l are not honored properly.
0%
Description
It would be great if you can compile TvHeadend without dvb headers if you use --disable-linuxdvb option if you want e.g. just IPTV functionality.
(The same with other --disable-xxx options)
Now I am getting errors:
In file included from /opt/tmp/tvheadend/src/main.c:44:
/opt/tmp/tvheadend/src/dvb/dvb.h:22:31: error: linux/dvb/version.h: No such file or directory
/opt/tmp/tvheadend/src/dvb/dvb.h:23:32: error: linux/dvb/frontend.h: No such file or directory
In file included from /opt/tmp/tvheadend/src/main.c:44:
/opt/tmp/tvheadend/src/dvb/dvb.h:72: error: field 'dmc_fe_params' has incomplete type
In file included from /opt/tmp/tvheadend/src/main.c:57:
/opt/tmp/tvheadend/src/v4l.h:23:29: error: linux/videodev2.h: No such file or directory
make: *** [build.linux/src/main.o] Error 1