mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/opusfile: add support for libressl
Opusfile builds fine with current libressl 2.7.2. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
46a14966b6
commit
a5c72c86ba
@ -11,8 +11,8 @@ OPUSFILE_LICENSE = BSD-3-Clause
|
|||||||
OPUSFILE_LICENSE_FILES = COPYING
|
OPUSFILE_LICENSE_FILES = COPYING
|
||||||
OPUSFILE_INSTALL_STAGING = YES
|
OPUSFILE_INSTALL_STAGING = YES
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
OPUSFILE_DEPENDENCIES += libopenssl
|
OPUSFILE_DEPENDENCIES += openssl
|
||||||
else
|
else
|
||||||
OPUSFILE_CONF_OPTS += --disable-http
|
OPUSFILE_CONF_OPTS += --disable-http
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user