Revert "Bump to new mbedtls major version"
Seems like FFmpeg itself is not ready for it...
This reverts commit 07084d6909
.
This commit is contained in:
parent
07084d6909
commit
aef227430c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
MBEDTLS_REPO="https://github.com/ARMmbed/mbedtls.git"
|
||||
MBEDTLS_COMMIT="v3.1.0"
|
||||
# HEAD of development_2.x
|
||||
MBEDTLS_COMMIT="4ed284440582a32bfdf3c223730271a7b2fcf13c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue