Skip to content
Snippets Groups Projects
Commit 34e07e31 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Launch ffplay on video and audio MIME types in Orbital programs

parent 18d38bb1
No related branches found
No related tags found
1 merge request!384Launch ffplay on video and audio MIME types in Orbital programs
name=ffplay
binary=/usr/bin/ffplay
accept=*.mp3
accept=*.ogg
accept=*.opus
accept=*.m4a
accept=*.flac
accept=*.wav
accept=*.mp4
accept=*.mkv
accept=*.webm
accept=*.3gp
accept=*.mov
author=FFMPEG Developers
description=FFMPEG Media Player
...@@ -30,4 +30,6 @@ COOKBOOK_CONFIGURE_FLAGS=( ...@@ -30,4 +30,6 @@ COOKBOOK_CONFIGURE_FLAGS=(
--enable-decoder=png --enable-decoder=png
) )
cookbook_configure cookbook_configure
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/ffplay"
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment