From 05bef2bf40becc5b48713dc088c0bd939d2a84ae Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Sat, 6 Mar 2010 21:24:22 +0100 Subject: Improved calculation of weights for border area Improved calculation of average brightness Add support for DF10CH config version 2 (overscan, edge weighting, analyze size are now read from controller) Improved DF10CH driver error logging Added 'hue_threshold' parameter. Modify 'edge weighting' parameter. Value is now divided by 10 to reach more fine control Changed darkness limit default from 10 to 1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 44db1ba..e878305 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ install: all clean: @-rm -f *.so* *.o -xine_post_atmo.o: xine_post_atmo.c output_driver.h +xine_post_atmo.o: xine_post_atmo.c output_driver.h df10ch_usb_proto.h $(CC) $(CFLAGS) $(CFLAGS_XINE) $(CFLAGS_USB) -c -o $@ $< $(XINEPOSTATMO): xine_post_atmo.o -- cgit v1.2.3