video-examples: update tarball to include mp4 file
Add an mp4 example video, with the same contents as the mov file: 1280x720, MPEG-4 format. Also, for ccimx95, due to Chromium limitations, install the mp4 file instead of the mov file. https://onedigi.atlassian.net/browse/DEL-10156 Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
18a23d71d6
commit
0248d4a728
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2022, Digi International Inc.
|
# Copyright (C) 2020-2026, Digi International Inc.
|
||||||
|
|
||||||
SUMMARY = "Short videos to demonstrate video playback on the WPE WebKit"
|
SUMMARY = "Short videos to demonstrate video playback on the WPE WebKit"
|
||||||
DESCRIPTION = "This package contains fragments of the short film 'Big Buck Bunny', which are used to demonstrate how WebKit makes use of hardware acceleration for video decoding"
|
DESCRIPTION = "This package contains fragments of the short film 'Big Buck Bunny', which are used to demonstrate how WebKit makes use of hardware acceleration for video decoding"
|
||||||
|
|
@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/CC-BY-3.0;md5=dfa02b5755629022e
|
||||||
|
|
||||||
SRC_URI = "${DIGI_PKG_SRC}/${BPN}-${PV}.tar.gz"
|
SRC_URI = "${DIGI_PKG_SRC}/${BPN}-${PV}.tar.gz"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "d22cc0fa20fde187455b27a799d2f9e6"
|
SRC_URI[md5sum] = "5b4cf8fe878adc6105df88866038e6db"
|
||||||
SRC_URI[sha256sum] = "97389f33d98c52d4311117366f0aa8dc78d00f51a787697af349de4668ccdbf6"
|
SRC_URI[sha256sum] = "18d64ec814d1a318641b1afc2ff51f93326390fc07dc2b79e53fb92477a0e8bd"
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}-${PV}"
|
S = "${WORKDIR}/${PN}-${PV}"
|
||||||
|
|
||||||
|
|
@ -20,6 +20,10 @@ VIDEO_FORMATS = " \
|
||||||
mov \
|
mov \
|
||||||
webm \
|
webm \
|
||||||
"
|
"
|
||||||
|
VIDEO_FORMATS:ccimx95 = " \
|
||||||
|
mp4 \
|
||||||
|
webm \
|
||||||
|
"
|
||||||
# Name of the video sample
|
# Name of the video sample
|
||||||
VIDEO_NAME = "big_buck_bunny"
|
VIDEO_NAME = "big_buck_bunny"
|
||||||
|
|
||||||
|
|
@ -41,3 +45,5 @@ FILES:${PN} = "/${WEBSERVER_ROOT}/*"
|
||||||
|
|
||||||
# Don't generate dbg or dev packages
|
# Don't generate dbg or dev packages
|
||||||
PACKAGES = "${PN}"
|
PACKAGES = "${PN}"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
Loading…
Reference in New Issue