From 0e3c61abed24e2fec2148b22fe204e28074f1e90 Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sat, 14 Oct 2023 15:31:14 +0200 Subject: Track video frame encoding latency --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index ea20b3a..8a920d2 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,8 @@ obj:=$(src:.c=.o) obj+=\ toolbox/buffer.o \ - toolbox/io_muxer.o + toolbox/io_muxer.o \ + toolbox/perf.o libs:=\ egl \ -- cgit v1.2.3