arch build fixes (ffmpeg-compat)

some bugfixes
removed changelog from PKGBUILD
bumped version
This commit is contained in:
niels
2014-02-01 17:45:23 +01:00
parent 4259f319f9
commit e649dfb5a8
18 changed files with 188 additions and 75 deletions

View File

@@ -160,7 +160,7 @@ static void mmx_blur(uint8_t *buffer, int width, int height)
// : "mm0", "mm1", "mm2", "mm3", "mm6");
}
len = (width*height)-1;
len = (width*height)-4;
for (i = len; i > scrsh; i -= 4) {
__asm __volatile