libdvbpsi: fix build

This commit is contained in:
Mohamed Akram
2026-05-10 12:19:12 +04:00
parent 3bcc9ea775
commit 2d42aa44ef
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ long_description \
DVB stream. The two keywords are portability and simplicity .
homepage https://www.videolan.org/developers/libdvbpsi.html
platforms darwin
master_sites https://download.videolan.org/pub/${name}/${version}/
use_bzip2 yes
@@ -5,7 +5,7 @@
# Check for automake
amvers="no"
-for v in 15 14 13 12 11 10 9 8 7 6 5; do
+for v in 17 16 15 14 13 12 11 10 9 8 7 6 5; do
+for v in 26 25 24 23 22 21 20 19 18; do
if automake-1.${v} --version >/dev/null 2>&1; then
amvers="-1.${v}"
break