summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-09-11 13:47:59 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-09-24 20:39:35 +0100
commitf1e2bf782f5906f05dfe7c1a9260ce5b4744f5bc (patch)
tree6ede951bf8f59869ea1fd6ec067781444cb85795
parent47da217fda4af6fa385f81ea08203de9a29b292b (diff)
downloadmeta-raspberrypi-f1e2bf782f5906f05dfe7c1a9260ce5b4744f5bc.tar.gz
omxplayer: Explain inclusion of ffmpeg
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r--recipes-multimedia/omxplayer/omxplayer_git.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb
index 8079a40..db01d74 100644
--- a/recipes-multimedia/omxplayer/omxplayer_git.bb
+++ b/recipes-multimedia/omxplayer/omxplayer_git.bb
@@ -11,7 +11,16 @@ DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh li
11PR = "r4" 11PR = "r4"
12 12
13SRCREV_default = "b8ff59dccd9307f10dad71bec2525a95bd6c603b" 13SRCREV_default = "b8ff59dccd9307f10dad71bec2525a95bd6c603b"
14
15# omxplayer builds its own copy of ffmpeg from source instead of using the
16# system's ffmpeg library. This isn't ideal but it's ok for now. We do however
17# want to keep control of the exact version of ffmpeg used instead of just
18# fetching the latest commit on a release branch (which is what the checkout job
19# in Makefile.ffmpeg in the omxplayer source tree does).
20#
21# This SRCREV corresponds to the v3.1.10 release of ffmpeg.
14SRCREV_ffmpeg = "afa34cb36edca0ff809b7e58474bbce12271ecba" 22SRCREV_ffmpeg = "afa34cb36edca0ff809b7e58474bbce12271ecba"
23
15SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ 24SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \
16 git://source.ffmpeg.org/ffmpeg;branch=release/3.1;protocol=git;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \ 25 git://source.ffmpeg.org/ffmpeg;branch=release/3.1;protocol=git;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \
17 file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \ 26 file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \