Browse Source

Test Camera on Android

It can break building on that platform...
pull/915/head
Ray 5 years ago
parent
commit
7c05e498fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c View File

@ -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…
Cancel
Save