public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/transcode/files: transcode-1.1.7-ffmpeg-0.10.patch
@ 2012-01-30 21:34 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-01-30 21:34 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/30 21:34:19

  Added:                transcode-1.1.7-ffmpeg-0.10.patch
  Log:
  Fix building with media-video/ffmpeg >= 0.10 and USE="postproc" wrtt #401287 by Olaf Freyer
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/transcode/files/transcode-1.1.7-ffmpeg-0.10.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/files/transcode-1.1.7-ffmpeg-0.10.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/files/transcode-1.1.7-ffmpeg-0.10.patch?rev=1.1&content-type=text/plain

Index: transcode-1.1.7-ffmpeg-0.10.patch
===================================================================
http://bugs.gentoo.org/401287

--- filter/filter_pp.c
+++ filter/filter_pp.c
@@ -38,8 +38,8 @@
 
 /* FIXME: these use the filter ID as an index--the ID can grow
  * arbitrarily large, so this needs to be fixed */
-static pp_mode_t *mode[100];
-static pp_context_t *context[100];
+static pp_mode *mode[100];
+static pp_context *context[100];
 static int width[100], height[100];
 static int pre[100];
 






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

only message in thread, other threads:[~2012-01-30 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-30 21:34 [gentoo-commits] gentoo-x86 commit in media-video/transcode/files: transcode-1.1.7-ffmpeg-0.10.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