diff options
-rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 9 |
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 | |||
11 | PR = "r4" | 11 | PR = "r4" |
12 | 12 | ||
13 | SRCREV_default = "b8ff59dccd9307f10dad71bec2525a95bd6c603b" | 13 | SRCREV_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. | ||
14 | SRCREV_ffmpeg = "afa34cb36edca0ff809b7e58474bbce12271ecba" | 22 | SRCREV_ffmpeg = "afa34cb36edca0ff809b7e58474bbce12271ecba" |
23 | |||
15 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ | 24 | SRC_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 \ |