OpenPTV / openptv

This is our central repository, holding only the community approved code and documentation
www.openptv.net
GNU Lesser General Public License v3.0
37 stars 28 forks source link

Make adjustments for VC 2008 #167

Closed zmbq closed 5 years ago

zmbq commented 5 years ago

This are our modifications to liboptv, to make it compatible with Visual C 2008. Visual C 2008 supports C89, which requires variable declarations to be at the top of the function. In addition 0.0/0.0 yields an error instead of a NaN, so I had to circumvent it.

yosefm commented 5 years ago

I don't have VC2008 so I can't test it, but it looks ok.