mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 05:47:39 +02:00
Add schannel stub
This commit is contained in:
21
scripts.d/50-schannel.sh
Executable file
21
scripts.d/50-schannel.sh
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == win* ]]
|
||||
}
|
||||
|
||||
ffbuild_dockerstage() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
echo --enable-schannel
|
||||
}
|
||||
|
||||
ffbuild_unconfigure() {
|
||||
echo --disable-schannel
|
||||
}
|
Reference in New Issue
Block a user