|
|
@ -194,7 +194,7 @@ FFMPEG_CONFIGURE_DECODERS := $(call FFMPEG_FILTER_CONFIG,enable-decoder,$(FFMPEG
|
|
|
|
FFMPEG_CONFIGURE_PROTOCOLS := $(call FFMPEG_FILTER_CONFIG,enable-protocol,$(FFMPEG_PROTOCOLS))
|
|
|
|
FFMPEG_CONFIGURE_PROTOCOLS := $(call FFMPEG_FILTER_CONFIG,enable-protocol,$(FFMPEG_PROTOCOLS))
|
|
|
|
|
|
|
|
|
|
|
|
# openssl stuff
|
|
|
|
# openssl stuff
|
|
|
|
OPENSSL_OPTIONS := no-tests no-unit-test no-sse2 no-ssl3 no-comp no-gost no-afalgeng no-devcryptoeng no-nextprotoneg no-capieng no-blake2 no-idea no-mdc2 no-ocb no-seed no-whirlpool no-srp no-err
|
|
|
|
OPENSSL_OPTIONS := no-tests no-unit-test no-sse2 no-ssl3 no-comp no-gost no-afalgeng no-devcryptoeng no-nextprotoneg no-capieng no-blake2 no-idea no-mdc2 no-ocb no-seed no-whirlpool no-srp no-err no-rc4
|
|
|
|
ifneq ($(or $(TCONFIG_OPENSSL30),$(TCONFIG_OPENSSL11)),y)
|
|
|
|
ifneq ($(or $(TCONFIG_OPENSSL30),$(TCONFIG_OPENSSL11)),y)
|
|
|
|
OPENSSL_OPTIONS += no-npn
|
|
|
|
OPENSSL_OPTIONS += no-npn
|
|
|
|
endif
|
|
|
|
endif
|
|
|
@ -216,9 +216,6 @@ ifeq ($(TCONFIG_KEYGEN),)
|
|
|
|
OPENSSL_OPTIONS += no-engines no-sha0 no-smime no-krb5 no-ripemd no-gms no-gmp no-jpake no-libunbound no-store no-dtls1 enable-rc5
|
|
|
|
OPENSSL_OPTIONS += no-engines no-sha0 no-smime no-krb5 no-ripemd no-gms no-gmp no-jpake no-libunbound no-store no-dtls1 enable-rc5
|
|
|
|
endif # TCONFIG_OPENSSL30 || TCONFIG_OPENSSL11
|
|
|
|
endif # TCONFIG_OPENSSL30 || TCONFIG_OPENSSL11
|
|
|
|
endif # !TCONFIG_KEYGEN
|
|
|
|
endif # !TCONFIG_KEYGEN
|
|
|
|
ifeq ($(TCONFIG_BBT),)
|
|
|
|
|
|
|
|
OPENSSL_OPTIONS += no-rc4
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# libcurl flag
|
|
|
|
# libcurl flag
|
|
|
|
ifeq ($(TCONFIG_STUBBY),y)
|
|
|
|
ifeq ($(TCONFIG_STUBBY),y)
|
|
|
|