Internal change
PiperOrigin-RevId: 481186706
This commit is contained in:
parent
0428550d75
commit
e283c10970
|
@ -462,6 +462,10 @@ cc_library(
|
||||||
],
|
],
|
||||||
"//conditions:default": [],
|
"//conditions:default": [],
|
||||||
}),
|
}),
|
||||||
|
defines = select({
|
||||||
|
"//mediapipe/framework:android_no_jni": ["MEDIAPIPE_NO_JNI"],
|
||||||
|
"//conditions:default": [],
|
||||||
|
}),
|
||||||
linkopts = select({
|
linkopts = select({
|
||||||
"//mediapipe:ios": [
|
"//mediapipe:ios": [
|
||||||
"-framework CoreVideo",
|
"-framework CoreVideo",
|
||||||
|
|
|
@ -31,11 +31,12 @@
|
||||||
#if MEDIAPIPE_METAL_ENABLED
|
#if MEDIAPIPE_METAL_ENABLED
|
||||||
#import <Metal/Metal.h>
|
#import <Metal/Metal.h>
|
||||||
#endif // MEDIAPIPE_METAL_ENABLED
|
#endif // MEDIAPIPE_METAL_ENABLED
|
||||||
|
#ifndef MEDIAPIPE_NO_JNI
|
||||||
#if __ANDROID_API__ >= 26 || defined(__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__)
|
#if __ANDROID_API__ >= 26 || defined(__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__)
|
||||||
#define MEDIAPIPE_TENSOR_USE_AHWB 1
|
#define MEDIAPIPE_TENSOR_USE_AHWB 1
|
||||||
#endif // __ANDROID_API__ >= 26 ||
|
#endif // __ANDROID_API__ >= 26 ||
|
||||||
// defined(__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__)
|
// defined(__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__)
|
||||||
|
#endif // MEDIAPIPE_NO_JNI
|
||||||
|
|
||||||
#ifdef MEDIAPIPE_TENSOR_USE_AHWB
|
#ifdef MEDIAPIPE_TENSOR_USE_AHWB
|
||||||
#include <android/hardware_buffer.h>
|
#include <android/hardware_buffer.h>
|
||||||
|
@ -43,7 +44,6 @@
|
||||||
#include "third_party/GL/gl/include/EGL/egl.h"
|
#include "third_party/GL/gl/include/EGL/egl.h"
|
||||||
#include "third_party/GL/gl/include/EGL/eglext.h"
|
#include "third_party/GL/gl/include/EGL/eglext.h"
|
||||||
#endif // MEDIAPIPE_TENSOR_USE_AHWB
|
#endif // MEDIAPIPE_TENSOR_USE_AHWB
|
||||||
|
|
||||||
#if MEDIAPIPE_OPENGL_ES_VERSION >= MEDIAPIPE_OPENGL_ES_30
|
#if MEDIAPIPE_OPENGL_ES_VERSION >= MEDIAPIPE_OPENGL_ES_30
|
||||||
#include "mediapipe/gpu/gl_base.h"
|
#include "mediapipe/gpu/gl_base.h"
|
||||||
#include "mediapipe/gpu/gl_context.h"
|
#include "mediapipe/gpu/gl_context.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user