From 2f84a54ec1d10b10293c7b1f4ab9fee31f3c6327 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 24 Sep 2019 15:16:11 +0200 Subject: Add GStreamer input prototype --- src/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 2cb06c3..ca77a53 100644 --- a/src/utils.h +++ b/src/utils.h @@ -4,9 +4,6 @@ #include #include -#define MIN(a,b) (((a)<(b))?(a):(b)) -#define MAX(a,b) (((a)>(b))?(a):(b)) - #define NUMOF(l) (sizeof(l) / sizeof(*l)) #define linear_to_dB(x) (log10(x) * 20) -- cgit v1.2.3