public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] stkwebcam: depend on VIDEO_V4L1_COMPAT
       [not found] <200803191044.20611.toralf.foerster@gmx.de>
@ 2008-03-19 18:00 ` Jaime Velasco Juan
  0 siblings, 0 replies; only message in thread
From: Jaime Velasco Juan @ 2008-03-19 18:00 UTC (permalink / raw)
  To: Toralf Förster; +Cc: video4linux-list

This should fix build failure reported by Toralf Förster:

El mié. 19 de mar. de 2008, a las 10:44:20 +0100, Toralf Förster escribió:
> Hello,
> 
> the build with the attached .config failed, make ends with:
> ...
>   CC [M]  drivers/media/video/stk-webcam.o
> drivers/media/video/stk-webcam.c: In function 'stk_create_sysfs_files':
> drivers/media/video/stk-webcam.c:340: error: implicit declaration of function 'video_device_create_file'
> drivers/media/video/stk-webcam.c: In function 'stk_remove_sysfs_files':
> drivers/media/video/stk-webcam.c:348: error: implicit declaration of function 'video_device_remove_file'
> drivers/media/video/stk-webcam.c: At top level:
[...]

Regards.

Signed-off-by: Jaime Velasco Juan <jsagarribay@gmail.com>

---

diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 37072a2..544630e 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -823,7 +823,7 @@ config USB_ZR364XX
 
 config USB_STKWEBCAM
 	tristate "USB Syntek DC1125 Camera support"
-	depends on VIDEO_V4L2 && EXPERIMENTAL
+	depends on VIDEO_V4L2 && VIDEO_V4L1_COMPAT && EXPERIMENTAL
 	---help---
 	  Say Y here if you want to use this type of camera.
 	  Supported devices are typically found in some Asus laptops,

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-19 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200803191044.20611.toralf.foerster@gmx.de>
2008-03-19 18:00 ` [PATCH] stkwebcam: depend on VIDEO_V4L1_COMPAT Jaime Velasco Juan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox