Update package version to 3.14.0

This commit is contained in:
2026-05-17 16:18:36 +03:00
parent 7c5371de38
commit da3304a554
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
# Remove static library
sed -i 's/aom aom_static/aom/' "$BPM_SOURCE"/build/cmake/aom_install.cmake
sed -i 's/aom aom_static/aom/' "$BPM_SOURCE"/cmake/aom_install.cmake
}
# The build function is executed in the source directory