diff options
author | N.N. <sevyves@users.sourceforge.net> | 2008-05-30 18:39:27 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2008-05-30 18:39:27 +0000 |
commit | 8c3f080a939e1349e768f908e3ea3470a9b1bf2c (patch) | |
tree | 54235c4c1ab1febe76ff33c4492769209913c2e0 /modules | |
parent | 6d081e385da43a922c03ba98fa04d3ae05bcc9bc (diff) |
added pdp_v4l2
svn path=/trunk/externals/pidip/; revision=9948
Diffstat (limited to 'modules')
-rw-r--r-- | modules/Makefile.in | 4 | ||||
-rw-r--r-- | modules/pdp_colorgrid.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/Makefile.in b/modules/Makefile.in index 6be8198..5b3df36 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -20,7 +20,7 @@ OBJECTS = pdp_intrusion.o pdp_yqt.o pdp_simura.o pdp_underwatch.o \ pdp_disintegration.o pdp_distance.o pdp_theorin~.o \ pdp_theorout~.o pdp_cropper.o pdp_background.o \ pdp_mapper.o pdp_theonice~.o pdp_icedthe~.o\ - pdp_fdiff.o pdp_hue.o pdp_dot.o pdp_qtext.o \ - @PDP_CAPTURE_OBJECT@ @PDP_STREAMING_OBJECTS@ # pdp_xcanvas.o pdp_aa.o + pdp_fdiff.o pdp_hue.o pdp_dot.o pdp_qtext.o\ + @PDP_CAPTURE_OBJECT@ @PDP_STREAMING_OBJECTS@ # pdp_xcanvas.o pdp_aa.o all_modules: $(OBJECTS) diff --git a/modules/pdp_colorgrid.c b/modules/pdp_colorgrid.c index bf73ed7..2538205 100644 --- a/modules/pdp_colorgrid.c +++ b/modules/pdp_colorgrid.c @@ -313,7 +313,7 @@ static void pdp_colorgrid_hsv2rgb(t_float hue, t_float saturation, t_float value static void pdp_colorgrid_output_current(t_pdp_colorgrid* x) { - t_float ox=0, oy=0, hue, saturation, value, red, green, blue ; + t_float ox=0, oy=0, hue, saturation, value, red=0, green=0, blue=0 ; /* These values need to be the same as those that produced the spectrum image:*/ |