loggerd: fix mac build

pull/33583/head
Adeeb Shihadeh 9 months ago
parent 718835a825
commit 102f1b0d85
  1. 4
      system/loggerd/encoder/encoder.h

@ -1,8 +1,12 @@
#pragma once
// has to be in this order
#ifdef __linux__
#include "third_party/linux/include/v4l2-controls.h"
#include <linux/videodev2.h>
#else
#define V4L2_BUF_FLAG_KEYFRAME 8
#endif
#include <cassert>
#include <cstdint>

Loading…
Cancel
Save