Skip to content

Commit 1f6a64f

Browse files
committed
fix: xavs configuration was non-executable
1 parent 3558ac9 commit 1f6a64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cross_compile_ffmpeg.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ do_configure() {
513513
autoreconf -fiv # a handful of them require this to create ./configure :|
514514
fi
515515
rm -f already_* # reset
516+
chmod u+x "$configure_name" # In non-windows environments, with devcontainers, the configuration file doesn't have execution permissions
516517
nice -n 5 "$configure_name" $configure_options || { echo "failed configure $english_name"; exit 1;} # less nicey than make (since single thread, and what if you're running another ffmpeg nice build elsewhere?)
517518
touch -- "$touch_name"
518519
echo "doing preventative make clean"

0 commit comments

Comments
 (0)