Commit acfea9cc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: disable vpx encoders with --disable-sout

(cherry picked from commit 5f7cb6f8b1864563652954a0d5d667bebb2583ee)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2498d15a
...@@ -78,6 +78,10 @@ VPX_CONF := \ ...@@ -78,6 +78,10 @@ VPX_CONF := \
--disable-install-bins \ --disable-install-bins \
--disable-install-docs --disable-install-docs
ifndef BUILD_ENCODERS
VPX_CONF += --disable-vp8-encoder --disable-vp9-encoder
endif
ifndef HAVE_WIN32 ifndef HAVE_WIN32
VPX_CONF += --enable-pic VPX_CONF += --enable-pic
endif 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