Browse Source

Merge pull request #14417 from luizluca/libvpx-1.9.0

libvpx: update to 1.9.0
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
8e734a38a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libvpx/Makefile

+ 2
- 2
libs/libvpx/Makefile View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libvpx
PKG_VERSION:=1.8.2
PKG_VERSION:=1.9.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx
PKG_MIRROR_HASH:=0449675ee4f9984b32d7e415fd06fcc210135748eae1a2128f8a91832155dbcb
PKG_MIRROR_HASH:=0984f8c899b345f6be6f52f5e4888a6d654a45641b7b36de49e1aab22e1ecb58
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>


Loading…
Cancel
Save