2019-02-05 08:08:45 +00:00
committed by Git OBS Bridge
parent 3092e454fe
commit d94dc33f55

View File

@@ -108,8 +108,8 @@ cd build
# CPU doesn't have NEON, e.g. NVIDIA Tegra 2. # CPU doesn't have NEON, e.g. NVIDIA Tegra 2.
# So, we still set -mfpu=neon when build libvpx rpm, but also enable # So, we still set -mfpu=neon when build libvpx rpm, but also enable
# runtime-cpu-detect for runtime detect NEON. # runtime-cpu-detect for runtime detect NEON.
export CFLAGS="%optflags" export CFLAGS="%optflags -O3"
export CXXFLAGS="%optflags" export CXXFLAGS="%optflags -O3"
../configure \ ../configure \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--libdir=%{_libdir} \ --libdir=%{_libdir} \