- initial commit
git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@2 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": "juce_video",
|
||||
"name": "JUCE video playback and capture classes",
|
||||
"version": "3.0.5",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user