Skip to content

Commit

Permalink
I forgot to insert -c arg to precompile in mpeghe
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Oct 21, 2024
1 parent 626f895 commit 4c8b49a
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" -c -o "${mpeghe%.c}.o"
done

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

0 comments on commit 4c8b49a

Please sign in to comment.