Skip to content

Commit 5a57db4

Browse files
committed
revert macOS Intel build to FFmpeg v4.4
1 parent 38fbbde commit 5a57db4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-shotcut.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ function set_globals {
721721
CFLAGS_[0]="${CFLAGS_[0]} -I$FINAL_INSTALL_DIR/include/SDL2"
722722
LDFLAGS_[0]="$LDFLAGS"
723723
elif test "$TARGET_OS" != "Darwin" -o "$TARGET_ARCH" != "arm64"; then
724+
REVISIONS[0]=="origin/release/4.4"
724725
CONFIG[0]="${CONFIG[0]} --enable-libjack"
725726
LDFLAGS_[0]="-L$FINAL_INSTALL_DIR/lib $LDFLAGS"
726727
fi

0 commit comments

Comments
 (0)