mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 14:14:35 +02:00
17 lines
186 B
Bash
Executable File
17 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPT_SKIP="1"
|
|
|
|
ffbuild_enabled() {
|
|
[[ $ADDINS_STR == *4.4* ]] && return -1
|
|
return 0
|
|
}
|
|
|
|
ffbuild_dockerdl() {
|
|
return 0
|
|
}
|
|
|
|
ffbuild_dockerbuild() {
|
|
return 0
|
|
}
|