Skip to content
Snippets Groups Projects
Commit 42f62a67 authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

video: fix vp8 optimization problem on x64 windows

- bump libvpx to latest release v1.4.0
- this patch disable ssse3 optimization for vp8 causing
access violation on win64 os

Issue: #80982
Change-Id: I308cbad5c60120aafb46f3efa05bb892069f2005
parent 3bda97fd
Branches
Tags
No related merge requests found
# libvpx
VPX_HASH := 4640a0c4804b49f1870d5a2d17df0c7d0a77af2f
VPX_URL := http://libvpx.webm.googlecode.com/archive/$(VPX_HASH).tar.gz
VPX_HASH := c74bf6d889992c3cabe017ec353ca85c323107cd
VPX_URL := https://github.com/webmproject/libvpx/archive/$(VPX_HASH).tar.gz
#VPX_GITURL := https://code.google.com/p/webm.libvpx
$(TARBALLS)/libvpx-$(VPX_HASH).tar.gz:
......@@ -84,6 +84,10 @@ VPX_CONF := \
--disable-runtime-cpu-detect \
--disable-webm-io
ifdef HAVE_WIN32
VPX_CONF += --disable-ssse3
endif
ifndef HAVE_WIN32
VPX_CONF += --enable-pic
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment