* BTTV Compile Problem
@ 2003-02-03 22:26 Ro0tSiEgE
2003-02-04 9:50 ` Gerd Knorr
0 siblings, 1 reply; 2+ messages in thread
From: Ro0tSiEgE @ 2003-02-03 22:26 UTC (permalink / raw)
To: linux-kernel
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?
TIA
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: BTTV Compile Problem
2003-02-03 22:26 BTTV Compile Problem Ro0tSiEgE
@ 2003-02-04 9:50 ` Gerd Knorr
0 siblings, 0 replies; 2+ messages in thread
From: Gerd Knorr @ 2003-02-04 9:50 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-04 9:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-03 22:26 BTTV Compile Problem Ro0tSiEgE
2003-02-04 9:50 ` Gerd Knorr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox