diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-30 12:07:43 +0200 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-30 12:07:43 +0200 |
commit | 68fbbd6e8a10bc034dbc003392e536cd898806bc (patch) | |
tree | d9c8586091db756b096a0bc5a8c223620303805b /makefile | |
parent | 3fd73723a34d629c5889a3b1b0391a942f3ccc46 (diff) |
Replacing libavcodec with direct libva usage (WIP)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 \ |