diff options
| author | Andreas Auras <yak54@gmx.net> | 2010-03-06 21:24:22 +0100 |
|---|---|---|
| committer | Andreas Auras <yak54@gmx.net> | 2010-03-06 21:24:22 +0100 |
| commit | 05bef2bf40becc5b48713dc088c0bd939d2a84ae (patch) | |
| tree | 4916615c1ed036e286f7c2005ab22e8927cd5bbc /Makefile | |
| parent | d672cfc08fbf99f94c5b19d6fd875590f581de67 (diff) | |
| download | xine-lib-atmolight-05bef2bf40becc5b48713dc088c0bd939d2a84ae.tar.gz xine-lib-atmolight-05bef2bf40becc5b48713dc088c0bd939d2a84ae.tar.bz2 | |
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
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
