1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Internal refactoring of some camera capture classes to make it easier to update to new APIs.

This commit is contained in:
jules 2014-07-06 18:15:55 +01:00
parent a0fd7bbc1c
commit 95f536383f
6 changed files with 495 additions and 568 deletions

View file

@ -139,4 +139,8 @@ namespace juce
#endif
#endif
#if JUCE_USE_CAMERA
#include "capture/juce_CameraDevice.cpp"
#endif
}