Skip to content
Snippets Groups Projects
Commit 775d32ff authored by Tristan Matthews's avatar Tristan Matthews Committed by Jean-Baptiste Kempf
Browse files

contrib: aom: build av1 encoder


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 2f9f827f)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 62f09d4e
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,11 @@ AOM_CONF := \
--disable-unit-tests \
--disable-install-bins \
--disable-install-docs \
--disable-dependency-tracking \
--disable-av1-encoder
--disable-dependency-tracking
ifndef BUILD_ENCODERS
AOM_CONF += --disable-av1-encoder
endif
ifndef HAVE_WIN32
AOM_CONF += --enable-pic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment