mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/wavpack: add openssl optional dependency
wavpack optionally depends on libcrypto since version 5.2.0 and
e158df5353
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7a24c6d63b
commit
aa8cf22d7e
@ -17,6 +17,13 @@ ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
|||||||
WAVPACK_CONF_OPTS += LIBS=-liconv
|
WAVPACK_CONF_OPTS += LIBS=-liconv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
|
WAVPACK_DEPENDENCIES += openssl
|
||||||
|
WAVPACK_CONF_OPTS += --enable-libcrypto
|
||||||
|
else
|
||||||
|
WAVPACK_CONF_OPTS += --disable-libcrypto
|
||||||
|
endif
|
||||||
|
|
||||||
# WavPack "autodetects" CPU type to enable ASM code. However, the assembly code
|
# WavPack "autodetects" CPU type to enable ASM code. However, the assembly code
|
||||||
# for ARM is written for ARMv7 only and building WavPack for an ARM-non-v7
|
# for ARM is written for ARMv7 only and building WavPack for an ARM-non-v7
|
||||||
# architecture will fail. We explicitly enable ASM for the supported
|
# architecture will fail. We explicitly enable ASM for the supported
|
||||||
|
Loading…
x
Reference in New Issue
Block a user