gegl: fix CR+LF newlines in the patch, as it fails to apply
authorDenys Dmytriyenko <denis@denix.org>
Fri, 10 Apr 2009 03:30:39 +0000 (23:30 -0400)
committerDenys Dmytriyenko <denis@denix.org>
Fri, 10 Apr 2009 03:37:53 +0000 (23:37 -0400)
recipes/gimp/gegl/gegl-resilience.patch

index 0e35dd5..70424ec 100644 (file)
@@ -1,11 +1,11 @@
---- trunk/operations/external/ff-load.c        2008-12-20 13:37:05.000000000 -0800\r
-+++ trunk/operations/external/ff-load.c        2008-12-20 13:37:22.000000000 -0800\r
-@@ -278,7 +278,7 @@\r
-       p->enc = p->video_st->codec;\r
-       p->codec = avcodec_find_decoder (p->enc->codec_id);\r
\r
--      p->enc->error_resilience = 2;\r
-+      p->enc->error_recognition = 2;\r
-       p->enc->error_concealment = 3;\r
-       p->enc->workaround_bugs = FF_BUG_AUTODETECT;\r
\r
+--- 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;