* [gentoo-commits] gentoo-x86 commit in media-libs/libfame/files: libfame-0.9.1-gcc43.patch
@ 2009-02-15 0:08 Peter Alfredsen (loki_val)
0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2009-02-15 0:08 UTC (permalink / raw
To: gentoo-commits
loki_val 09/02/15 00:08:24
Added: libfame-0.9.1-gcc43.patch
Log:
Add fix for gcc-4.3 warning, bug 256799. Thanks to Gene Seto <geneseto@hotmail.com> for patch. Drop old version.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.1 media-libs/libfame/files/libfame-0.9.1-gcc43.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libfame/files/libfame-0.9.1-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libfame/files/libfame-0.9.1-gcc43.patch?rev=1.1&content-type=text/plain
Index: libfame-0.9.1-gcc43.patch
===================================================================
diff -rupN libfame-0.9.1b/src/fame_motion_pmvfast.c libfame-0.9.1/src/fame_motion_pmvfast.c
--- libfame-0.9.1b/src/fame_motion_pmvfast.c 2009-02-03 01:30:26.000000000 -0400
+++ libfame-0.9.1/src/fame_motion_pmvfast.c 2009-02-03 01:31:33.000000000 -0400
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "fame.h"
#include "fame_malloc.h"
#include "fame_motion.h"
diff -rupN libfame-0.9.1b/src/fame_rate_1param.c libfame-0.9.1/src/fame_rate_1param.c
--- libfame-0.9.1b/src/fame_rate_1param.c 2009-02-03 01:30:26.000000000 -0400
+++ libfame-0.9.1/src/fame_rate_1param.c 2009-02-03 01:31:15.000000000 -0400
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#include "fame.h"
#include "fame_rate_1param.h"
diff -rupN libfame-0.9.1b/src/fame_rate_simple.c libfame-0.9.1/src/fame_rate_simple.c
--- libfame-0.9.1b/src/fame_rate_simple.c 2009-02-03 01:30:26.000000000 -0400
+++ libfame-0.9.1/src/fame_rate_simple.c 2009-02-03 01:30:57.000000000 -0400
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#include "fame.h"
#include "fame_rate_simple.h"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-15 0:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-15 0:08 [gentoo-commits] gentoo-x86 commit in media-libs/libfame/files: libfame-0.9.1-gcc43.patch Peter Alfredsen (loki_val)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox