Skip to content

Commit

Permalink
Comments in patches (forgotten in previous commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coppa committed Jun 22, 2011
1 parent 35a492f commit 53dfb0f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion graphics/ffmpeg/patches/patch-libswscale_rgb2rgb_c
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
$OpenBSD: patch-libswscale_rgb2rgb_c,v 1.1 2011/06/22 08:10:26 dcoppa Exp $
$OpenBSD: patch-libswscale_rgb2rgb_c,v 1.2 2011/06/22 13:10:57 dcoppa Exp $

Fix a runtime CPU detection bug in libswscale that affected thumbnails
creation on amd64 (git commit 93c28a55fd84280d97c3c0dd7b0d546043242c34)

--- libswscale/rgb2rgb.c.orig Tue Mar 29 01:23:17 2011
+++ libswscale/rgb2rgb.c Tue Jun 21 14:17:21 2011
@@ -201,7 +201,7 @@ DECLARE_ASM_CONST(8, uint64_t, blue_15mask) = 0x00000
Expand Down
6 changes: 5 additions & 1 deletion graphics/ffmpeg/patches/patch-libswscale_swscale_c
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
$OpenBSD: patch-libswscale_swscale_c,v 1.1 2011/06/22 08:10:26 dcoppa Exp $
$OpenBSD: patch-libswscale_swscale_c,v 1.2 2011/06/22 13:10:57 dcoppa Exp $

Fix a runtime CPU detection bug in libswscale that affected thumbnails
creation on amd64 (git commit 93c28a55fd84280d97c3c0dd7b0d546043242c34)

--- libswscale/swscale.c.orig Wed Apr 6 01:28:59 2011
+++ libswscale/swscale.c Tue Jun 21 14:17:21 2011
@@ -62,7 +62,6 @@ untested special converters
Expand Down
6 changes: 5 additions & 1 deletion graphics/ffmpeg/patches/patch-libswscale_utils_c
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
$OpenBSD: patch-libswscale_utils_c,v 1.1 2011/06/22 08:10:26 dcoppa Exp $
$OpenBSD: patch-libswscale_utils_c,v 1.2 2011/06/22 13:10:57 dcoppa Exp $

Fix a runtime CPU detection bug in libswscale that affected thumbnails
creation on amd64 (git commit 93c28a55fd84280d97c3c0dd7b0d546043242c34)

--- libswscale/utils.c.orig Tue Mar 29 01:23:17 2011
+++ libswscale/utils.c Tue Jun 21 14:17:21 2011
@@ -41,6 +41,7 @@
Expand Down

0 comments on commit 53dfb0f

Please sign in to comment.