The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
723B

  1. {
  2. "id": "juce_video",
  3. "name": "JUCE video playback and capture classes",
  4. "version": "3.0.8",
  5. "description": "Classes for playing video and capturing camera input.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_gui_extra", "version": "matching" } ],
  9. "include": "juce_video.h",
  10. "compile": [ { "file": "juce_video.cpp", "target": "! xcode" },
  11. { "file": "juce_video.mm", "target": "xcode" } ],
  12. "browse": [ "playback/*",
  13. "capture/*",
  14. "native/*" ],
  15. "OSXFrameworks": "QTKit QuickTime"
  16. }