package/libvpx: bump version to 1.6.1
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 4 Apr 2017 20:25:52 +0000 (22:25 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Apr 2017 20:29:53 +0000 (22:29 +0200)
Rebased patch 0001.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libvpx/0001-vpx_mem-vpx_mem.h-Fix-compilation-with-uClibc.patch
package/libvpx/libvpx.hash
package/libvpx/libvpx.mk

index 20f08c905a0bbba510a24b94f3b349c7357ab54a..e17ff71717f0d10ac4a6fb67dd96b73fb3961639 100644 (file)
@@ -20,7 +20,7 @@ index c14f288..82df745 100644
  
  #include "vpx_config.h"
 -#if defined(__uClinux__)
--# include <lddk.h>
+-#include <lddk.h>
 -#endif
  
  #include <stdlib.h>
index f0240d69ecda2dd59698ef1471b1f92b96f2006c..95ff3a80826310010b42baa873d9c36513606686 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256  d0afbb5eb1ecae68f8d578abace160a97e2e8a230e3028cf4db115d59a695aad  libvpx-1.6.0.tar.bz2
+sha256 1c2c0c2a97fba9474943be34ee39337dee756780fc12870ba1dc68372586a819  libvpx-1.6.1.tar.bz2
index c4f102b9157d8a0754e8bea8e07c69da27056703..24c39032e4d2f0b1c510876692dcd6d282e472a4 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVPX_VERSION = 1.6.0
+LIBVPX_VERSION = 1.6.1
 LIBVPX_SOURCE = libvpx-$(LIBVPX_VERSION).tar.bz2
 LIBVPX_SITE = http://storage.googleapis.com/downloads.webmproject.org/releases/webm
 LIBVPX_LICENSE = BSD-3-Clause