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 947b2af03a9283240687cdfb2ecc4e855893ad9a (commit) from daafd38370880ea9d6ab72cc60735a1613c8820f (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/947b2af03a9283240687cdfb2ecc4e855893a...
commit 947b2af03a9283240687cdfb2ecc4e855893ad9a Author: Cyril Hrubis metan@ucw.cz Date: Mon Aug 19 11:50:31 2013 +0200
loaders: JP2: Add missing stub.
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/libs/loaders/GP_JP2.c b/libs/loaders/GP_JP2.c index 7c7070b..2a8d11d 100644 --- a/libs/loaders/GP_JP2.c +++ b/libs/loaders/GP_JP2.c @@ -272,4 +272,11 @@ GP_Context *GP_ReadJP2(FILE GP_UNUSED(*f), return NULL; }
+GP_Context *GP_LoadJP2(const char GP_UNUSED(*src_path), + GP_ProgressCallback GP_UNUSED(*callback)) +{ + errno = ENOSYS; + return NULL; +} + #endif /* HAVE_OPENJPEG */
-----------------------------------------------------------------------
Summary of changes: libs/loaders/GP_JP2.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 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.