1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-06 23:53:47 +00:00
NekoX/bin/init/libs/ffmpeg.sh
2021-02-25 18:31:29 +08:00

15 lines
217 B
Bash
Executable File

#!/bin/bash
source "bin/init/env.sh"
cd TMessagesProj/jni || exit 1
git submodule update --init ffmpeg
cd ffmpeg
git reset --hard
git clean -fdx
cd ..
./build_ffmpeg_clang.sh || exit 1
./patch_ffmpeg.sh || exit 1