Revert "[SPIN][Temporary] Removed the error codes which happened in libvpx"
authorYoungsoo Choi <kenshin.choi@samsung.com>
Fri, 29 May 2015 14:08:28 +0000 (23:08 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitc71418f2d135616fc8c9a6d86421c6362c71ce36
tree38d1ecfc4d8da2a47b4cd596bd63af2bcfdf2e57
parent627f965e3cc820629af33d7825c30b0e43a855ee
Revert "[SPIN][Temporary] Removed the error codes which happened in libvpx"

This reverts commit d182c7b5159b9dd5ea79a1e92db8695e0654de26.

With the original patch, following linking error is coming from emulator build
because the original one prevents building the implementation of the function
'vp9_fdct8x8_quant_ssse3' by disabling target 'libvpx_intrinsics_ssse3'
under the architecture is ia32.

>> [ XXs] error: undefined reference to 'vp9_fdct8x8_quant_ssse3'

This patch enables chromium-efl to be built on tizen v3.0 emulator(ia32).

Note that currently it is not able to build chromium-efl on tizen v2.4 emulator
due to platform issue, so it needs to be verified once the issue is fixed.

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=13116
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: I471cc65f02f0554c20c2c746b8fdf4191fcf13ca
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
tizen_src/build/patches/hotfix_temp_libvpx_error.diff [deleted file]