mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
fix how encode versioning is found and stored
This commit is contained in:
@@ -297,3 +297,8 @@ spinner() {
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
get_pkgconfig_version() {
|
||||
local pkg="$1"
|
||||
pkg-config --modversion "${pkg}"
|
||||
}
|
||||
Reference in New Issue
Block a user