mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-16 12:14:29 +01:00
Fix local NDEBUG define
The struct definition and the implementation did not use the same NDEBUG constant.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user