# DSHM Works only with FreeBSD 5.x > 2004/07/09 # i.e., __FreeBSD_version > 502120 # # DSHM enable captures to SysV shared memory segments. # When used with XFree86 it can be used to save one # frame copy operation. # #KMOD_FLAGS= -DSAA_DSHM # Onboard Tuner Selection flags # # Default tuner API type is TUNER_APITYPE_PHILIPS # #Use one of the following, # TUNER_FLAGS+= -DTUNER_APITYPE_PHILIPS #TUNER_FLAGS+= -DTUNER_APITYPE_LG #TUNER_FLAGS+= -DTUNER_APITYPE_TEMIC #TUNER_FLAGS+= -DTUNER_APITYPE_ALPS #TUNER_FLAGS+= -DTUNER_APITYPE_PHILIPS_MK3 # Default tuner standard is TYPE_PAL # #Use one of the following, # TUNER_FLAGS+= -DTUNER_PAL #TUNER_FLAGS+= -DTUNER_NTSC # Default tuner addresses (0xc0, 0xc1) # #Use one of the following, # TUNER_FLAGS+= -DTUNER_WR_I2CADDR=0xc0 -DTUNER_RD_I2CADDR=0xc1 #TUNER_FLAGS+= -DTUNER_WR_I2CADDR=0xc2 -DTUNER_RD_I2CADDR=0xc3