This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via fc824cf87cc0e855dbbc14082dbd9cfd1d41045d (commit) via 4f69149259b86bbd5087a7cbdd193af75950117b (commit) from a45f634d8d10e20dae3f726ade452674f0bed6e8 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/fc824cf87cc0e855dbbc14082dbd9cfd1d410...
commit fc824cf87cc0e855dbbc14082dbd9cfd1d41045d Author: Cyril Hrubis metan@ucw.cz Date: Mon Jun 25 11:32:37 2012 +0200
grabbers: V4L2 fix typo in YUV to RGB conversion.
diff --git a/libs/grabbers/GP_V4L2.c b/libs/grabbers/GP_V4L2.c index 418839f..fa8a795 100644 --- a/libs/grabbers/GP_V4L2.c +++ b/libs/grabbers/GP_V4L2.c @@ -118,7 +118,7 @@ static void v4l2_yuv422_fillframe(struct GP_Grabber *self, void *buf) *tmp++ = R; *tmp++ = G; - *tmp++ = G; + *tmp++ = B;
py += 2;
http://repo.or.cz/w/gfxprim.git/commit/4f69149259b86bbd5087a7cbdd193af759501...
commit 4f69149259b86bbd5087a7cbdd193af75950117b Author: Cyril Hrubis metan@ucw.cz Date: Mon Jun 25 11:25:19 2012 +0200
build: Add -D_FORTIFY_SOURCE=2 into default CFLAGS.
diff --git a/configure b/configure index 4a59e25..9721a42 100755 --- a/configure +++ b/configure @@ -228,7 +228,7 @@ if __name__ == '__main__': # Dictionary for default configuration parameters # cfg = {'CC' : ['gcc', 'Path/name of the C compiler'], - 'CFLAGS' : ['-W -Wall -Wextra -fPIC -O2 -ggdb', 'C compiler flags'], + 'CFLAGS' : ['-W -Wall -Wextra -fPIC -O2 -ggdb -D_FORTIFY_SOURCE=2', 'C compiler flags'], 'PYTHON_BIN' : ['python', 'Path/name of python interpreter'], 'SWIG' : ['swig', 'Simplified Wrapper and Interface Generator'], 'include_path': ['/usr/include', 'Path to the system headers']}
-----------------------------------------------------------------------
Summary of changes: configure | 2 +- libs/grabbers/GP_V4L2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.