diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-04 23:31:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-04 23:31:27 +0000 |
commit | 5328be045acffbf21448fdc40587ce2a91096047 (patch) | |
tree | d03c57040dbadf0ceb0a3cbf466c4cb1ea7addbd /media-libs/libsdl | |
parent | Keyworded ~mips. (diff) | |
download | gentoo-2-5328be045acffbf21448fdc40587ce2a91096047.tar.gz gentoo-2-5328be045acffbf21448fdc40587ce2a91096047.tar.bz2 gentoo-2-5328be045acffbf21448fdc40587ce2a91096047.zip |
fix test
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/files/libsdl-1.2.9-sdl-blit-mmx-check.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsdl/files/libsdl-1.2.9-sdl-blit-mmx-check.patch b/media-libs/libsdl/files/libsdl-1.2.9-sdl-blit-mmx-check.patch index 9357cd243fa8..041269d9ccfc 100644 --- a/media-libs/libsdl/files/libsdl-1.2.9-sdl-blit-mmx-check.patch +++ b/media-libs/libsdl/files/libsdl-1.2.9-sdl-blit-mmx-check.patch @@ -9,7 +9,7 @@ http://bugs.gentoo.org/104533 dstfmt->BytesPerPixel == table[which].dstbpp && (a_need & table[which].alpha) == a_need && - ((table[which].blit_features & GetBlitFeatures()) == table[which].blit_features) ) -+ (table[which].blit_features & GetBlitFeatures())) ++ ((table[which].blit_features & GetBlitFeatures()) == GetBlitFeatures()) ) break; } sdata->aux_data = table[which].aux_data; |