summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-04-30 12:07:43 +0200
committerMikhail Burakov <mburakov@mailbox.org>2023-04-30 12:07:43 +0200
commit68fbbd6e8a10bc034dbc003392e536cd898806bc (patch)
treed9c8586091db756b096a0bc5a8c223620303805b /makefile
parent3fd73723a34d629c5889a3b1b0391a942f3ccc46 (diff)
Replacing libavcodec with direct libva usage (WIP)
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
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 \