summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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 \