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