-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Support for OSX 10.6 #3507
Comments
I have these changes in a local branch and if we can get #3502 merged, should be able to test and PR shortly. |
#elif defined(TARGET_WIN32) && !defined(__MINGW32__)
#define OF_VIDEO_PLAYER_DIRECTSHOW
// (...)
#else
#define OF_VIDEO_PLAYER_QUICKTIME
#elif defined (TARGET_WIN32)
// comment out this following line, if you'd like to use the
// quicktime capture interface on windows
// if not, we default to videoInput library for
// direct show capture...
#define OF_SWITCH_TO_DSHOW_FOR_WIN_VIDCAP
#ifdef OF_SWITCH_TO_DSHOW_FOR_WIN_VIDCAP
#define OF_VIDEO_CAPTURE_DIRECTSHOW
#else
#define OF_VIDEO_CAPTURE_QUICKTIME
#endif |
This is in limbo given #3543… |
changing this issue to "remove 10.6 support" which will happen when @tgrerer's PR #3627 is pulled.
|
Yes |
Closing, OS X minimum is now 10.7 👍 |
The text was updated successfully, but these errors were encountered: