mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-15 22:40:32 +00:00
Upgraded openh264 from 2.1.1 to 2.3.1
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
# openh264
|
||||
# Source: https://github.com/cisco/openh264/archive/v2.1.1.tar.gz
|
||||
# Source: https://github.com/cisco/openh264/archive/refs/tags/v2.3.1.tar.gz
|
||||
#
|
||||
# $BUILD = Directory to temporarily install
|
||||
# $PKGS = Directory to store built packages
|
||||
@ -42,5 +42,5 @@ openh264:
|
||||
openh264:
|
||||
EOF
|
||||
sudo -S mv -v /tmp/slack-desc install/ &&
|
||||
sudo -S makepkg -l y -c n $PKGS/openh264-2.1.1-$(uname -m)-mlfs.txz &&
|
||||
sudo -S makepkg -l y -c n $PKGS/openh264-2.3.1-$PSUFFIX &&
|
||||
sudo -S rm -rf ${BUILD}/*
|
||||
|
Reference in New Issue
Block a user