mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 19:14:35 +04:00
qt5base: activate mips dsp extension when needed.
When OpenWrt normally uses the mips dps extensions it adds this to the CFLAGS which are also given to qt5base. When we configure qt5base without dsp extension, but give the mdsp in the CFLAGS the compilation will fail. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -259,8 +259,8 @@ define Build/Configure
|
||||
-no-sse4.2 \
|
||||
-no-avx \
|
||||
-no-avx2 \
|
||||
-no-mips_dsp \
|
||||
-no-mips_dspr2 \
|
||||
$(if $(findstring -mdsp,$(TARGET_CFLAGS)),,-no-mips_dsp)\
|
||||
$(if $(findstring -mdspr2,$(TARGET_CFLAGS)),,-no-mips_dspr2)\
|
||||
-force-pkg-config \
|
||||
-system-zlib \
|
||||
-mtdev \
|
||||
|
||||
Reference in New Issue
Block a user