Skip to content

Commit 8da71c2

Browse files
authored
Merge pull request #746 from Codex-/devcontainer_xavs_config_fix
fix: xavs configuration was non-executable
2 parents 3558ac9 + 1f6a64f commit 8da71c2

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)