mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 13:57:39 +02:00
Overhaul cache system
This commit is contained in:
@ -12,13 +12,11 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
ffbuild_dockerdl() {
|
||||
default_dl "$SELF"
|
||||
to_df "RUN git -C \"$SELF\" submodule update --init --recursive"
|
||||
default_dl .
|
||||
echo "git submodule update --init --recursive"
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
cd "$FFBUILD_DLDIR/$SELF"
|
||||
|
||||
sed -i 's/DPL_EXPORT/DPL_STATIC/' src/meson.build
|
||||
|
||||
mkdir build && cd build
|
||||
|
Reference in New Issue
Block a user