summaryrefslogtreecommitdiff
path: root/opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch')
-rw-r--r--opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch b/opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch
index e69de29bb2..99aa14ca79 100644
--- a/opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch
+++ b/opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch
@@ -0,0 +1,10 @@
+--- ../opie-mediaplayer2-1.1.5-cvs-20040815-r0/opieplayer2/yuv2rgb_arm2.c 2003-08-09 17:47:24.000000000 +0100
++++ opieplayer2/yuv2rgb_arm2.c 2004-08-17 18:53:47.000000000 +0100
+@@ -68,6 +68,7 @@
+ this->yuv2rgb_fun = arm_rgb16_2;
+ break;
+ default:
++ break;
+ }
+ }
+