Menu

Code Commit Log


Commit Date  
[r189] by ludov

Use ${sysconfdir} if prefix is set

${sysconfdir} default to ${prefix}/etc but can be overwrittent by
--sysconfdir=dir

2013-09-04 12:25:35 Tree
[r188] by ludov

Fix autoheader warning

autoheader: warning: missing template: SYSCONF_DIR
autoheader: Use AC_DEFINE([SYSCONF_DIR], [], [Description])

2013-09-04 12:17:39 Tree
[r187] by ludov

Add missing AM_PROG_CC_C_O

Makefile.am:21: compiling `vgrabbj.c' with per-target flags requires
`AM_PROG_CC_C_O' in `configure.in'

2013-09-04 11:43:11 Tree
[r186] by ludov

Remove extra spaces

2013-09-04 11:34:21 Tree
[r185] by ludov

Fix compiler warnings

ccvt_c.c: In function ‘ccvt_420i_yuyv’:
ccvt_c.c:471:11: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]
ccvt_c.c: In function ‘ccvt_420i_uyvy’:
ccvt_c.c:510:11: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith]

2013-09-04 11:24:35 Tree
[r184] by ludov

Fix compiler warnings

ccvt_c.c: In function ‘ccvt_yuyv’:
ccvt_c.c:256:17: warning: variable ‘linewidth’ set but not used [-Wunused-but-set-variable]
ccvt_c.c: In function ‘ccvt_uyvy’:
ccvt_c.c:353:17: warning: variable ‘linewidth’ set but not used [-Wunused-but-set-variable]

2013-09-04 11:22:26 Tree
[r183] by ludov

Fix compiler warnings

v_writer.c: In function ‘write_jpeg’:
v_writer.c:63:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
v_writer.c: In function ‘write_png’:
v_writer.c:108:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

2013-09-04 11:20:42 Tree
[r182] by ludov

Fix compiler warnings

v_writer.c: In function ‘write_jpeg’:
v_writer.c:59:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
v_writer.c: In function ‘write_png’:
v_writer.c:110:22: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]

2013-09-04 11:19:21 Tree
[r181] by ludov

Fix compiler warning

v_utils.c: In function ‘check_maxlen’:
v_utils.c:324:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

2013-09-04 11:17:17 Tree
[r180] by ludov

Fix compiler warnings

v_utils.c: In function ‘switch_color’:
v_utils.c:135:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
v_utils.c: In function ‘conv_rgb32_rgb24’:
v_utils.c:148:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

2013-09-04 11:16:03 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.