diff options
Diffstat (limited to 'opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch')
-rw-r--r-- | opie-mediaplayer2/fix-switch-yuv2rgb_arm2.patch | 10 |
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; + } + } + |