summaryrefslogtreecommitdiffstats
path: root/rules/bayer2rgb3.in
blob: ecc149c704a685bed2f9f5d921d0c4e3cf0f3bb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=multimedia_tools

menuconfig BAYER2RGB3
	tristate
	prompt "bayer2rgb3                    "
	select HOST_GENGETOPT
	help
	  bayer2rgb will convert naked (no header) bayer grid data into rgb data.

if BAYER2RGB3

config BAYER2RGB3_COMMAND_TOOL
	bool
	prompt "bayer2rgb3 command line tool"
	help
	  install additional command line tool along the lib

endif