mirror of https://github.com/raysan5/raylib
Test Camera on Android
It can break building on that platform...
This commit is contained in:
parent
eed53a5b44
commit
7c05e498fc
|
@ -126,7 +126,7 @@
|
||||||
#include "gestures.h" // Gestures detection functionality
|
#include "gestures.h" // Gestures detection functionality
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SUPPORT_CAMERA_SYSTEM) && !defined(PLATFORM_ANDROID)
|
#if defined(SUPPORT_CAMERA_SYSTEM)
|
||||||
#define CAMERA_IMPLEMENTATION
|
#define CAMERA_IMPLEMENTATION
|
||||||
#include "camera.h" // Camera system functionality
|
#include "camera.h" // Camera system functionality
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue