By Date: <-- -->
By Thread: <-- -->

building after 'make menuconfig' does not work in all configurations



Rudo Thomas wrote:

diff -r 7a09f3d78a54 v4l/Makefile
--- a/v4l/Makefile	Mon Apr 24 18:43:11 2006 -0300
+++ b/v4l/Makefile	Tue Apr 25 11:13:05 2006 +0200
(at)  (at)  -47,11 +47,12  (at)  (at)  ifeq ($(CONFIG_VIDEO_CX88_DVB),m)
 EXTRA_CFLAGS += -DHAVE_VP3054_I2C=1
endif

-ifeq ($(CONFIG_VIDEO_SAA7134_DVB),m)
- EXTRA_CFLAGS += -DHAVE_MT352=1
- EXTRA_CFLAGS += -DHAVE_TDA1004X=1
- EXTRA_CFLAGS += -DHAVE_NXT200X=1
-endif
+# broken when configured by 'make menuconfig' to support only some frontends:
+#ifeq ($(CONFIG_VIDEO_SAA7134_DVB),m)
+# EXTRA_CFLAGS += -DHAVE_MT352=1
+# EXTRA_CFLAGS += -DHAVE_TDA1004X=1
+# EXTRA_CFLAGS += -DHAVE_NXT200X=1
+#endif

ifeq ($(CONFIG_VIDEO_BUF_DVB),m)
EXTRA_CFLAGS += -DHAVE_VIDEO_BUF_DVB=1


Rudo-

These few lines here that you removed were only intended for use in the local v4l-dvb build. Now, this is done by the kernel Makefile / Kconfig build system, so these lines no longer belong here.

These aren't the only ones that need removing, though. Thank you for pointing this out ... I'll push up a fix for this later on today or tomorrow.

Cheers,

Mike

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