Test Camera on Android

It can break building on that platform...
This commit is contained in:
Ray 2019-07-24 22:39:33 +02:00
parent eed53a5b44
commit 7c05e498fc
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
#include "gestures.h" // Gestures detection functionality
#endif
#if defined(SUPPORT_CAMERA_SYSTEM) && !defined(PLATFORM_ANDROID)
#if defined(SUPPORT_CAMERA_SYSTEM)
#define CAMERA_IMPLEMENTATION
#include "camera.h" // Camera system functionality
#endif