Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@67 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/simd/jisseflt.asm b/simd/jisseflt.asm
index db9d1a3..d6147c1 100644
--- a/simd/jisseflt.asm
+++ b/simd/jisseflt.asm
@@ -567,3 +567,6 @@
 	pop	ebp
 	ret
 
+; For some reason, the OS X linker does not honor the request to align the
+; segment unless we do this.
+	align	16