summaryrefslogtreecommitdiff
path: root/v4l/Make.config
AgeCommit message (Collapse)Author
2006-03-15Merging from mchehab vivi branchMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> merge: Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-03-15Merging mchehab saa7115 treeMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> merge: Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-03-14Removed inclusion of linux/version.h included on a previous patchMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-03-13Remove saa711x driverMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Now, em28xx uses saa7115 instead of saa711x. saa7115 driver is capable of handling saa 7113, 7114 and 7115. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-03-13Merge from mkrufky's cx88-ivtv treeMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> merge: Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-03-13use "make cx88-ivtv" to build cx88-ivtv.koMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - This makes it easier for users to build and install the cx88-ivtv module, from the v4l_experimental area, while still leaving it disabled by default. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-03-13cx88-ivtv: add Makefile build logic (experimental)Michael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - add build logic for cx88-ivtv.ko, an ivtv ioctl emulation module for blackbird TV cards. - disabled by default. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-03-10Creates a virtual video device driverMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> The Virtual Video Device Driver (aka vivi) is a device that can be used to: 1) test core v4l functionalities; 2) be a prototype for newer development. Vivi were developed using the best practices for v4l driver. When loaded, it provides a video device that generates a standard color bar, with a timestamp placed at top left corner. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-02-26add pvrusb2 to local v4l-dvb buildMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - removed 'make pvrusb2' merge command - created in-kernel Makefile, Kconfig not yet done. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-02-24Add cpia2 camera supportMauro Carvalho Chehab
From: Alan Cox <alan@redhat.com> There has been a CPIA2 driver out of kernel for a long time and it has been pretty clean for some time too. This is an import of the sourceforge driver which has been stripped of - 2.4 back compatibility - 2.4 old style MJPEG ioctls A couple of functions have been made static and the docs have been repackaged into Documentation/video4linux. The rvmalloc/free functions now match the cpia driver again. Other than that this is the code as is. Tested on x86-64 with a QX5 microscope. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-02-16update 'make pvrusb2' merged build commandMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - use file .pvrusb2-merged to determine tree state rather than the previous method, which used a self-altering Makefile through an embedded patch in merge-pvrusb2.sh (removed) Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-02-16make ivtv: virtual tree mergeMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - 'make ivtv' will retreive the latest sources from ivtv svn trunk - 'make' will build the entire v4l-dvb tree including ivtv - 'make' (without previously running 'make ivtv') will build using previous behavior. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-02-15install videodev.ko for 2.6 kernelsMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> Make.config had incorrect logic to determine whether to install videodev.ko We must test that PATCHLEVEL >= 6, not SUBLEVEL. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-02-12move CONFIG_DVB_FIRESAT to the right placeMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - move CONFIG_DVB_FIRESAT to the right place in Make.config - this is still in v4l_experimental Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-02-08XC3028 code marked with an special define optionMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> - Current xc3028 support is still experimental, requiring more work to be sent to mainstream. So, it was marked inside some defines, in order to be removed by gentree.pl stript. Script also updated to remove it. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-02-04fixed compiling the firmware into the av7110 driverOliver Endriss
From: Oliver Endriss <o.endriss@gmx.de> Fixed compiling av7110 firmware into the driver. It did not work unless you specified the firmware path in the kernel configuration (make menuconfig etc). Now it is sufficient to uncomment two lines in Make.config... Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2006-01-31add firesat driver to local buildMichael Krufky
From: Michael Krufky <mkrufky@linuxtv.org> - add firesat driver to local build - this driver is in v4l_experimental, and will not be built by default Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
2006-01-15'make pvrusb2' symlinks pvrusb2 code to build with the rest of cvsMichael Krufky
- Add option to build pvrusb2 driver along with the rest of v4l-dvb cvs. - make pvrusb2 will symlink the code from the v4l_experimental dir. - to build: make pvrusb2 make make install - Always do 'make clean' before cvs commit, to un-patch the Makefile, returning the build environment to its original state. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2006-01-05Make CONFIG_VIDEO_ALSA support all ALSA modules, and enable itRicardo Cerqueira
From: Ricardo Cerqueira <v4l@cerqueira.org> VIDEO_ALSA now actually means "enable ALSA modules". Both cx88 and saa7134 are covered by it (bt87x is disabled as it may conflict with snd_bt87x in ALSA's tree), and it now defaults to "y". Signed-off-by:
2005-12-22enable build of dvb-kernel modules in 2.6.10 and 2.6.11.Michael Krufky
This might also work for 2.6.9 and earlier, but I haven't been able to test it yet. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-12-12Fixes compiling of videodev.cMauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-12-11Makes v4l compile under 2.4 kernelsMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br> kernel-sync - Makes V4L compile with kernel 2.4 - em28xx doesn't compile with 2.4 kernels. Additional work is necessary to make it compile. Thanks-to: Stefan Leichter <Stefan.Leichter@camLine.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-29DST cannot be built separately from DVB-BT8XXMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-28Enable support for OSD functions in dvb-ttpci driver.Michael Krufky
- Enable support for OSD functions in dvb-ttpci driver. Thanks to both Matthias Schwarzott <zzam@gentoo.org> and Frank Enderle <fen@init-6.org>, for each sending in the same fix. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-26Alter build configuration for official merged v4l+dvb development tree.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-25add saa7146 to merged build and fix dib3000Michael Krufky
- added saa7146 module to build configuration. - fix build for dib3000 frontend module. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-24add other dvb modules to dvb/v4l merged-trees buildMichael Krufky
- added dvb device modules to build configuration. - these will be enabled later in the merge-trees build. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-24add b2c2-flexcop to dvb/v4l merged-trees buildMichael Krufky
- added b2c2-flexcop build configuration to Makefile - this will be enabled later on with the merge scripts Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-23add dvb-core to v4l/dvb merged-trees build environmentMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-22Create separate build option for DST in Make.configMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-09Added new video decoders to makefile.Mauro Carvalho Chehab
- Added new video decoders to makefile. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-06- Adds CONFIG_ADV_DEBUG flag to enable advanced debug stuff.Mauro Carvalho Chehab
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-29 CONFIG_EM28xx changed to CONFIG_EM28XXMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-28 - module em2820 renamed to em28xx and moved to V4L dir.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-25 - Revert build changes with respect to saa7134-alsa.Michael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-25 - don't build saa7134-alsa if CONFIG_VIDEO_ALSA is disabled.Michael Krufky
- enable CONFIG_VIDEO_ALSA by default - don't build cx88-alsa if CONFIG_VIDEO_ALSA_TESTING is disabled. Thanks to pentium451 (irc nick), for pointing out this bug. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-23 - rename saa7113 to saa711xMichael Krufky
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11 * ../linux/drivers/media/video/cx88/cx88.h:Michael Krufky
* ../v4l/Make.config: * ../v4l/Makefile: - Allow to disable build of video-buf-dvb in Make.config using compile flag CONFIG_VIDEO_BUF_DVB - replaced check using this method: -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) +#ifdef HAVE_VIDEO_BUF_DVB * ../linux/drivers/media/video/saa7134/saa7134.h: - #include <linux/notifier.h> in saa7134.h to fix build Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-09 * ../v4l/Make.config:Michael Krufky
- removed commented old code. * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - fix Make.config offsets. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
* ../v4l/Make.config: - Fixed dvb compiling. * ../v4l/Make - Included some options to make easier to commit. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
- Lots of small changes to allow compiling with kernel 2.4. Compilation result not tested yet. - After this patch, .version should be removed, since its syntax has changed. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09 * ../v4l/Make.config:Michael Krufky
* ../v4l/Makefile: * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - Step one, move merged dvb/v4l cvs tree functionality into Makefile. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-06From Markus Rechberger <mrechberger@gmail.com>,Ludovico Cavedon ↵Mauro Carvalho Chehab
<cavedon@sssup.it>,Mauro Carvalho Chehab <mchehab@brturbo.com.br> - Added support for Empia EM2820/2840 USB video capture devices. Current support is working for: Terratec Cinergy 250 USB Pinnacle PCTV USB 2 Hauppauge WinTV USB 2 Support is not working for: Terratec Cinergy 250 USB (em2800 based) MSI VOX USB 2.0 (saa7114 decoder based) Signed-off-by: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Ludovico Cavedon <cavedon@sssup.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-02- Included audio chips enumMauro Carvalho Chehab
- Added a new tuner tradution on tveeprom. - tveeprom now, returns audio chip according with enum audiochip. This allows audio chip autodetection as used on em28xx. - CodeStyle cleanups. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-09-30forgot to run unmerge-trees.sh before last commit. fixed now.Michael Krufky
2005-09-30correct typoMichael Krufky
2005-09-21-tvp5150 included on makefile.Mauro Carvalho Chehab
- Basic decoder functions implemented. Still lacks video std functions. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-14lsa module compiling disabled by default.Mauro Carvalho Chehab
to turn on, CONFIG_VIDEO_ALSA = m anyway, it didn't provide digital audio yet. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-08-10 * Make.config, MakeMauro Carvalho Chehab
- Added support for future alsa support, yet to be finished. * bt87x-alsa.c: - bt87x.c that is inside ALSA tree. Yet to make it compile from here. * cx88-alsa.c,cx88.h: - cx88 ALSA skeleton. It is not yet working. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-07-03 * Make.config, tuner-core.c, tuner.h:Nickolay V. Shmyrev
- Finish previous cleanups