Re: BTTV Compile Problem

Gerd Knorr (kraxel@bytesex.org)
04 Feb 2003 10:50:25 +0100


Ro0tSiEgE <lkml@ro0tsiege.org> writes:

> What would be the cause of me having to insert
> #include "../../sound/sound_firmware.c" into drivers/media/video/bttv-cards.c
> for bttv to compile into the kernel?

config bug.

Gerd

--- linux64-2.5.59/drivers/media/video/Kconfig~ 2003-01-24 20:11:20.000000000 +0100
+++ linux64-2.5.59/drivers/media/video/Kconfig 2003-02-04 10:36:40.009993513 +0100
@@ -19,7 +19,7 @@

config VIDEO_BT848
tristate "BT848 Video For Linux"
- depends on VIDEO_DEV && PCI && I2C_ALGOBIT
+ depends on VIDEO_DEV && PCI && I2C_ALGOBIT && SOUND
---help---
Support for BT848 based frame grabber/overlay boards. This includes
the Miro, Hauppauge and STB boards. Please read the material in

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/