mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
21 lines
723 B
Text
21 lines
723 B
Text
{
|
|
"id": "juce_video",
|
|
"name": "JUCE video playback and capture classes",
|
|
"version": "4.0.3",
|
|
"description": "Classes for playing video and capturing camera input.",
|
|
"website": "http://www.juce.com/juce",
|
|
"license": "GPL/Commercial",
|
|
|
|
"dependencies": [ { "id": "juce_gui_extra", "version": "matching" } ],
|
|
|
|
"include": "juce_video.h",
|
|
|
|
"compile": [ { "file": "juce_video.cpp", "target": "! xcode" },
|
|
{ "file": "juce_video.mm", "target": "xcode" } ],
|
|
|
|
"browse": [ "playback/*",
|
|
"capture/*",
|
|
"native/*" ],
|
|
|
|
"OSXFrameworks": "QTKit QuickTime"
|
|
}
|