mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a missing guard to avoid including movie components on iOS
This commit is contained in:
parent
ffe1323fcf
commit
95d0d50d85
1 changed files with 3 additions and 1 deletions
|
|
@ -102,7 +102,9 @@ namespace juce
|
|||
#include "native/juce_mac_CameraDevice.mm"
|
||||
#endif
|
||||
|
||||
#include "native/juce_mac_MovieComponent.mm"
|
||||
#if JUCE_MAC
|
||||
#include "native/juce_mac_MovieComponent.mm"
|
||||
#endif
|
||||
|
||||
#elif JUCE_WINDOWS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue