diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-04-09 23:30:39 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-04-09 23:37:53 -0400 |
commit | 51893f23d9ec8ba94d9a29be7da3914bf2259eaf (patch) | |
tree | 5ec7fdb875c035d7f57ff931501e4d4f0af93790 /recipes/gimp | |
parent | 5c69bdef4ca0d8413477db32cc82b82395806504 (diff) |
gegl: fix CR+LF newlines in the patch, as it fails to apply
Diffstat (limited to 'recipes/gimp')
-rw-r--r-- | 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 0e35dd50f6..70424ecbd2 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; + |