mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
ffmpeg: supports only the real OpenSSL, not LibreSSL
ffmpeg will not build with LibreSSL without patches, so let's support only OpenSSL. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
42b5fb0571
commit
803c49891f
@ -208,13 +208,13 @@ FFMPEG_CONF_OPTS += --enable-gnutls --disable-openssl
|
|||||||
FFMPEG_DEPENDENCIES += gnutls
|
FFMPEG_DEPENDENCIES += gnutls
|
||||||
else
|
else
|
||||||
FFMPEG_CONF_OPTS += --disable-gnutls
|
FFMPEG_CONF_OPTS += --disable-gnutls
|
||||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
|
||||||
# openssl isn't license compatible with GPL
|
# openssl isn't license compatible with GPL
|
||||||
ifeq ($(BR2_PACKAGE_FFMPEG_GPL)x$(BR2_PACKAGE_FFMPEG_NONFREE),yx)
|
ifeq ($(BR2_PACKAGE_FFMPEG_GPL)x$(BR2_PACKAGE_FFMPEG_NONFREE),yx)
|
||||||
FFMPEG_CONF_OPTS += --disable-openssl
|
FFMPEG_CONF_OPTS += --disable-openssl
|
||||||
else
|
else
|
||||||
FFMPEG_CONF_OPTS += --enable-openssl
|
FFMPEG_CONF_OPTS += --enable-openssl
|
||||||
FFMPEG_DEPENDENCIES += openssl
|
FFMPEG_DEPENDENCIES += libopenssl
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
FFMPEG_CONF_OPTS += --disable-openssl
|
FFMPEG_CONF_OPTS += --disable-openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user