mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
cleanup
This commit is contained in:
@@ -83,7 +83,7 @@ audio_enc_version() {
|
||||
elif command -v otool > /dev/null ; then
|
||||
AUDIO_ENC_VERSION="$(otool -L $(which ffmpeg) | grep libopus | tr -d ')' | awk -F' ' '{print $NF}')"
|
||||
fi
|
||||
local AUDIO_ENC_GIT="$(cd "$BUILDER_DIR/opus" && git rev-parse --short HEAD)"
|
||||
local AUDIO_ENC_GIT="$(cd "$BUILDER_DIR/repos/opus" && git rev-parse --short HEAD)"
|
||||
test "$AUDIO_ENC_GIT" != '' && AUDIO_ENC_VERSION+="-g${AUDIO_ENC_GIT}"
|
||||
echo "$AUDIO_ENC_VERSION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user