From 68fbbd6e8a10bc034dbc003392e536cd898806bc Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sun, 30 Apr 2023 12:07:43 +0200 Subject: Replacing libavcodec with direct libva usage (WIP) --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index eb8fa47..01a27cf 100644 --- a/makefile +++ b/makefile @@ -6,6 +6,8 @@ obj+=\ toolbox/buffer.o \ toolbox/io_muxer.o +obj:=$(filter-out encode.o,$(obj)) + libs:=\ egl \ gbm \ @@ -13,7 +15,8 @@ libs:=\ libavcodec \ libavutil \ libdrm \ - libva + libva \ + libva-drm res:=\ vertex.glsl \ -- cgit v1.2.3