author | alwin <alwin> | 2005-04-12 18:01:08 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-04-12 18:01:08 (UTC) |
commit | be565a8eb0c602e5173b71cf71ba510a7a7f4520 (patch) (unidiff) | |
tree | 2091e68446c071a5ce7a6d375db0afab695c46bd | |
parent | 4fd936e4096ba9c732bde17a48489bfbb94b19ba (diff) | |
download | opie-be565a8eb0c602e5173b71cf71ba510a7a7f4520.zip opie-be565a8eb0c602e5173b71cf71ba510a7a7f4520.tar.gz opie-be565a8eb0c602e5173b71cf71ba510a7a7f4520.tar.bz2 |
buildfix
-rw-r--r-- | noncore/multimedia/opieplayer2/yuv2rgb_arm2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/yuv2rgb_arm2.c b/noncore/multimedia/opieplayer2/yuv2rgb_arm2.c index cbd32e8..91cd0b1 100644 --- a/noncore/multimedia/opieplayer2/yuv2rgb_arm2.c +++ b/noncore/multimedia/opieplayer2/yuv2rgb_arm2.c | |||
@@ -68,6 +68,7 @@ the function optimised for the arm target should be used.*/ | |||
68 | this->yuv2rgb_fun = arm_rgb16_2; | 68 | this->yuv2rgb_fun = arm_rgb16_2; |
69 | break; | 69 | break; |
70 | default: | 70 | default: |
71 | break; | ||
71 | } | 72 | } |
72 | } | 73 | } |
73 | 74 | ||