mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 07:53:32 +08:00
package/libopenh264: bump version to 1.5.0
Bumping to 1.6.0 is not possible atm because ffmpeg fails to compile with it. Patches to solve the problem were committed to ffmpeg master: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=293676c476733e81d7b596736add6cd510eb6960 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=c5d326f551b0312ff581bf1df35b21d956e01523 Backporting fails so let's just wait for the next ffmpeg bump to bump libopenh264 as well. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
668363e0fa
commit
0b481ac243
@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 a1b9a7a7f1ee204793c613789a505f0971bc2b03b3dbd8f05d9c4a3f3b900a22 libopenh264-v1.4.0.tar.gz
|
||||
sha256 98077bd5d113c183ce02b678733b0cada2cf36750370579534c4d70f0b6c27b5 libopenh264-v1.5.0.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOPENH264_VERSION = v1.4.0
|
||||
LIBOPENH264_VERSION = v1.5.0
|
||||
LIBOPENH264_SITE = $(call github,cisco,openh264,$(LIBOPENH264_VERSION))
|
||||
LIBOPENH264_LICENSE = BSD-2c
|
||||
LIBOPENH264_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user