Adrian Schröter 2019-02-05 08:01:56 +00:00 committed by Git OBS Bridge
parent e64a21b62c
commit 3092e454fe

View File

@ -108,7 +108,11 @@ 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.
%configure \ export CFLAGS="%optflags"
export CXXFLAGS="%optflags"
../configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--enable-unit-tests \ --enable-unit-tests \
--enable-debug \ --enable-debug \
--enable-shared \ --enable-shared \