Closed GoogleCodeExporter closed 9 years ago
Just in case.. dvb_core module is installed..
phill@compaq:~$ lsmod | grep dvb_core
dvb_core 90402 2 cx88_dvb,videobuf_dvb
Original comment by laven...@gmail.com
on 27 Jan 2013 at 10:34
As suggested by _jata_ in forum, add the line to the Makefile
(http://www.nessiedvb.org/forum/viewtopic.php?f=11&t=3&p=311#p311):
--- Makefile.orig 2013-02-07 13:09:14.903314119 +0100
+++ Makefile 2013-02-07 13:09:31.158134414 +0100
@@ -11,6 +11,7 @@
obj-$(CONFIG_DVB_VTUNERC) += vtunerc.o
ccflags-y += -Idrivers/media/dvb/dvb-core
+ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb/frontends
ccflags-y += -Idrivers/media/common/tuners
ccflags-y += -Iinclude
/Honza
Original comment by jpetrous
on 2 Apr 2013 at 11:50
Fixed in the repository.
/Honza
Original comment by jpetrous
on 2 Apr 2013 at 12:05
Original issue reported on code.google.com by
laven...@gmail.com
on 27 Jan 2013 at 9:52