unity3d-jp / FrameCapturer

export framebuffer, GBuffer or any RenderTextures from Unity to file. supported format: png, exr, gif, webm, mp4
MIT License
1.04k stars 164 forks source link

Various fixes to enable build on OSX #1

Closed gatgui closed 9 years ago

gatgui commented 9 years ago

add fcNoAutoLink define to optionally disable pragma based library linking disable lib pragma on other platform than windows add fcDontForceStaticGLEW to disable definition of GLEW_STATIC in source properly set symbol visibility macro for non-windows platform do not use AddLibraryPath on other platform than windows fix several build errors and warnings on OSX

i-saint commented 9 years ago

Thank you!

gatgui commented 9 years ago

You're welcome