- clean working copy for leaving SVN

This commit is contained in:
2022-06-28 19:04:46 +02:00
parent 62a2d47cb3
commit 762b8f0e7d
1966 changed files with 699872 additions and 126 deletions
@@ -0,0 +1,21 @@
{
"id": "juce_video",
"name": "JUCE video playback and capture classes",
"version": "3.1.1",
"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"
}