Browse Source

Added a couple of missing modules to the CameraDemo PIP

tags/2021-05-28
ed 7 years ago
parent
commit
9c746a4762
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      examples/GUI/CameraDemo.h

+ 3
- 2
examples/GUI/CameraDemo.h View File

@@ -29,8 +29,9 @@
website: http://juce.com
description: Showcases camera features.
dependencies: juce_core, juce_cryptography, juce_data_structures, juce_events,
juce_graphics, juce_gui_basics, juce_gui_extra, juce_video
dependencies: juce_audio_basics, juce_audio_devices, juce_core, juce_cryptography,
juce_data_structures, juce_events, juce_graphics, juce_gui_basics,
juce_gui_extra, juce_video
exporters: xcode_mac, vs2017, androidstudio, xcode_iphone
moduleFlags: JUCE_USE_CAMERA=1, JUCE_STRICT_REFCOUNTEDPOINTER=1


Loading…
Cancel
Save