[vlc-commits] [Git][videolan/vlc][master] contrib: orc: needs autoreconf
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sun Oct 1 12:25:29 UTC 2023
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
4be3b875 by Rémi Denis-Courmont at 2023-10-01T11:30:44+00:00
contrib: orc: needs autoreconf
This fixes the build on riscv64-linux-gnu, which is otherwise not
recognised as a valid triplet.
- - - - -
1 changed file:
- contrib/src/orc/rules.mak
Changes:
=====================================
contrib/src/orc/rules.mak
=====================================
@@ -23,6 +23,7 @@ orc: orc-$(ORC_VERSION).tar.gz .sum-orc
$(MOVE)
.orc: orc
+ $(RECONF)
$(MAKEBUILDDIR)
$(MAKECONFIGURE)
+$(MAKEBUILD)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4be3b8750082e2d88ac54beb78aecbf5ab101a3d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4be3b8750082e2d88ac54beb78aecbf5ab101a3d
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list