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

Tidied up some divider comments

This commit is contained in:
ed 2019-09-06 11:41:27 +01:00
parent 4126dc72b1
commit 4edb0d2c90
26 changed files with 114 additions and 114 deletions

View file

@ -57,7 +57,7 @@
//==============================================================================
#include <juce_gui_extra/juce_gui_extra.h>
//=============================================================================
//==============================================================================
/** Config: JUCE_USE_CAMERA
Enables camera support using the CameraDevice class (Mac, Windows, iOS, Android).
*/
@ -79,7 +79,7 @@
#undef JUCE_USE_CAMERA
#endif
//=============================================================================
//==============================================================================
/** Config: JUCE_SYNC_VIDEO_VOLUME_WITH_OS_MEDIA_VOLUME
Enables synchronisation between video playback volume and OS media volume.
Currently supported on Android only.
@ -98,6 +98,6 @@
#define JUCE_VIDEO_LOG(x) {}
#endif
//=============================================================================
//==============================================================================
#include "playback/juce_VideoComponent.h"
#include "capture/juce_CameraDevice.h"