[oe-commits] Denys Dmytriyenko : gegl: fix CR+LF newlines in the patch, as it fails to apply

GIT User account git at amethyst.openembedded.net
Fri Apr 10 04:59:58 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 51893f23d9ec8ba94d9a29be7da3914bf2259eaf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=51893f23d9ec8ba94d9a29be7da3914bf2259eaf

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Thu Apr  9 23:30:39 2009 -0400

gegl: fix CR+LF newlines in the patch, as it fails to apply

---

 recipes/gimp/gegl/gegl-resilience.patch |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/recipes/gimp/gegl/gegl-resilience.patch b/recipes/gimp/gegl/gegl-resilience.patch
index 0e35dd5..70424ec 100644
--- a/recipes/gimp/gegl/gegl-resilience.patch
+++ b/recipes/gimp/gegl/gegl-resilience.patch
@@ -1,11 +1,11 @@
---- trunk/operations/external/ff-load.c	2008-12-20 13:37:05.000000000 -0800
-+++ trunk/operations/external/ff-load.c	2008-12-20 13:37:22.000000000 -0800
-@@ -278,7 +278,7 @@
-       p->enc = p->video_st->codec;
-       p->codec = avcodec_find_decoder (p->enc->codec_id);
- 
--      p->enc->error_resilience = 2;
-+      p->enc->error_recognition = 2;
-       p->enc->error_concealment = 3;
-       p->enc->workaround_bugs = FF_BUG_AUTODETECT;
- 
+--- trunk/operations/external/ff-load.c	2008-12-20 13:37:05.000000000 -0800
++++ trunk/operations/external/ff-load.c	2008-12-20 13:37:22.000000000 -0800
+@@ -278,7 +278,7 @@
+       p->enc = p->video_st->codec;
+       p->codec = avcodec_find_decoder (p->enc->codec_id);
+ 
+-      p->enc->error_resilience = 2;
++      p->enc->error_recognition = 2;
+       p->enc->error_concealment = 3;
+       p->enc->workaround_bugs = FF_BUG_AUTODETECT;
+ 





More information about the Openembedded-commits mailing list