From 20ed57016563c10157093ed3785f17b5ce27fdca Mon Sep 17 00:00:00 2001
From: Mikhail Burakov <mburakov@mailbox.org>
Date: Sun, 2 Apr 2023 20:41:20 +0200
Subject: Major rework of decoder implementation

---
 makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'makefile')

diff --git a/makefile b/makefile
index 24bc614..79a7e61 100644
--- a/makefile
+++ b/makefile
@@ -2,6 +2,9 @@ bin:=$(notdir $(shell pwd))
 src:=$(wildcard *.c)
 obj:=$(src:.c=.o)
 
+obj+=\
+	toolbox/buffer.o
+
 libs:=\
 	libva \
 	libva-drm \
-- 
cgit v1.2.3