OpenNI / OpenNI2

OpenNI2
Apache License 2.0
432 stars 892 forks source link

Compile issues on old GCC #16

Open MasWag opened 11 years ago

MasWag commented 11 years ago

Hi,

I've modified compile error on old gcc (I'm using gcc 4.4.5).And some test codes run successfully with this branch of OpenNI2.

And I added patch4sse2.This changes the default version of sse. I could not find how to change sse version in command line option, so I made this patch. If there is more smart way to use sse2, please add some notes in OpenNI site.

Thanks