Skip to content

Commit

Permalink
Fix unrecognized command of mpeghe
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Oct 21, 2024
1 parent b897b73 commit 626f895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-mpeghe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ffbuild_dockerbuild() {
cd encoder

for mpeghe in *.c; do
"$CC" "$CFLAGS" -I. "$mpeghe" -o "${mpeghe%.c}.o"
"$CC" $CFLAGS -I. "$mpeghe" -o "${mpeghe%.c}.o"
done

"$AR" rcs libia_mpegh.a *.o
Expand Down

0 comments on commit 626f895

Please sign in to comment.