diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-11-03 06:58:39 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-07 21:50:03 +0100 |
commit | de45145d99ee3b4ffafd6632623262faafcb6fb9 (patch) | |
tree | 6b9dbab180dff5e98da0d73005ced76d13b87edd | |
parent | 32e0d57a0fed932fcfc4745afda4d65aeb71c39f (diff) | |
download | buildroot-de45145d99ee3b4ffafd6632623262faafcb6fb9.tar.gz buildroot-de45145d99ee3b4ffafd6632623262faafcb6fb9.zip |
gst-omx: bump to version 1.10.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gstreamer1/gst-omx/gst-omx.hash | 4 | ||||
-rw-r--r-- | package/gstreamer1/gst-omx/gst-omx.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/gstreamer1/gst-omx/gst-omx.hash b/package/gstreamer1/gst-omx/gst-omx.hash index 40d5197117..653c93c589 100644 --- a/package/gstreamer1/gst-omx/gst-omx.hash +++ b/package/gstreamer1/gst-omx/gst-omx.hash @@ -1,2 +1,2 @@ -# locally computed -sha256 0b4874961e6488ad9e5808114bd486ea981c540907262caab1419355fd82d745 gst-omx-1.2.0.tar.xz +# From https://gstreamer.freedesktop.org/src/gst-omx/ +sha256 89f7da36abcf278200f561fa9d8d7042ad1459aa211cdc81c4c1a3d2162e9e7f gst-omx-1.10.0.tar.xz diff --git a/package/gstreamer1/gst-omx/gst-omx.mk b/package/gstreamer1/gst-omx/gst-omx.mk index 4ca441656b..f0b39c9f9d 100644 --- a/package/gstreamer1/gst-omx/gst-omx.mk +++ b/package/gstreamer1/gst-omx/gst-omx.mk @@ -4,7 +4,7 @@ # ################################################################################ -GST_OMX_VERSION = 1.2.0 +GST_OMX_VERSION = 1.10.0 GST_OMX_SOURCE = gst-omx-$(GST_OMX_VERSION).tar.xz GST_OMX_SITE = https://gstreamer.freedesktop.org/src/gst-omx |