Commit 5f7cb6f8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: disable vpx encoders with --disable-sout

parent 4da2ee4b
......@@ -78,6 +78,10 @@ VPX_CONF := \
--disable-install-bins \
--disable-install-docs
ifndef BUILD_ENCODERS
VPX_CONF += --disable-vp8-encoder --disable-vp9-encoder
endif
ifndef HAVE_WIN32
VPX_CONF += --enable-pic
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment