mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 19:42:07 +08:00
Fix build error after merge utilpp.h to util.h (#19714)
* fix std::atomic build error * remove include util.h old-commit-hash: 83bdd23a08cbfda17f0020f58e9227db1acd5470
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
|
||||
#endif // ifdef QCOM
|
||||
|
||||
#include "common/util.h"
|
||||
#include "common/visionimg.h"
|
||||
|
||||
#ifdef QCOM
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#ifndef VISIONIMG_H
|
||||
#define VISIONIMG_H
|
||||
|
||||
#pragma once
|
||||
#include "visionbuf.h"
|
||||
#include "common/glutil.h"
|
||||
|
||||
@@ -13,10 +11,6 @@ typedef int EGLImageKHR;
|
||||
typedef void *EGLClientBuffer;
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define VISIONIMG_FORMAT_RGB24 1
|
||||
|
||||
typedef struct VisionImg {
|
||||
@@ -29,9 +23,3 @@ typedef struct VisionImg {
|
||||
|
||||
GLuint visionimg_to_gl(const VisionImg *img, EGLImageKHR *pkhr, void **pph);
|
||||
void visionimg_destroy_gl(EGLImageKHR khr, void *ph);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user