You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
revvideograbber for Mac OS X depends on QuickTime, which is not
available to build against when using the `macosx10.9` SDK (or newer).
In LiveCode 9, we will end support for Mac OS X 10.8 and earlier. The
need to be able to build revvideograbber has been preventing from
using newer C++ language and standard library features, and has made
it difficult to get started with LiveCode engine development.
This patch discontinues revvideograbber for Mac, and updates all
revvideograbber documentation accordingly. revvideograbber is still
supported on Windows, using DirectShow. Some of its commands are no
longer useful, including `revVideoGrabSettings`,
`revSetVideoGrabSettings`, and `revVideoGrabIdle`.
1. Required for OS X build excluding "revvideograbber" extension
37
-
2. Required for "revvideograbber" extension
34
+
1. Required for OS X build
38
35
39
36
Make sure you run and verify each of the versions of Xcode. Download and install any extra SDKs you need using the "Xcode → Preferences → Downloads" window.
0 commit comments