mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Fix local NDEBUG define
The struct definition and the implementation did not use the same NDEBUG constant.
This commit is contained in:
parent
903a5aaaf5
commit
33a8c39beb
2 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,6 @@
|
|||
|
||||
#include "util/log.h"
|
||||
|
||||
#define SC_BUFFERING_NDEBUG // comment to debug
|
||||
|
||||
/** Downcast frame_sink to sc_delay_buffer */
|
||||
#define DOWNCAST(SINK) container_of(SINK, struct sc_delay_buffer, frame_sink)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue