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>