public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/gqmpeg/files: gqmpeg-0.91.1-libpng15.patch
@ 2011-09-14  8:52 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-09-14  8:52 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/09/14 08:52:31

  Added:                gqmpeg-0.91.1-libpng15.patch
  Log:
  Fix building with libpng15 wrt #380679 by Diego Elio Pettenò
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gqmpeg/files/gqmpeg-0.91.1-libpng15.patch?rev=1.1&content-type=text/plain

Index: gqmpeg-0.91.1-libpng15.patch
===================================================================
--- src/ui_pixbuf_save.c
+++ src/ui_pixbuf_save.c
@@ -86,7 +86,7 @@ gboolean pixbuf_to_file_as_png (GdkPixbu
 	    	return FALSE;
 		}
 
-	if (setjmp (png_ptr->jmpbuf))
+	if (setjmp (png_jmpbuf(png_ptr)))
 		{
 		png_destroy_write_struct (&png_ptr, &info_ptr);
 		fclose (handle);






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-14  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14  8:52 [gentoo-commits] gentoo-x86 commit in media-sound/gqmpeg/files: gqmpeg-0.91.1-libpng15.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox