diff options
author | Jonathan Liu <net147@gmail.com> | 2016-02-26 22:55:48 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-02-27 13:56:47 +0100 |
commit | 6726ffb4feb260664cb52f80b5c2568f8503eb40 (patch) | |
tree | f66c3b41e518d187b07182bbd58206b45716f26a | |
parent | 053cb6ea0d6cdd266bd9cde8d5998f1b3aaf4ab5 (diff) | |
download | meta-raspberrypi-6726ffb4feb260664cb52f80b5c2568f8503eb40.tar.gz |
omxplayer: bump revision
Fixes compile errors with ffmpeg 3.0.
Signed-off-by: Jonathan Liu <net147@gmail.com>
-rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 2f45fb0..a0690a0 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
10 | DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh" | 10 | DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh" |
11 | PR = "r4" | 11 | PR = "r4" |
12 | 12 | ||
13 | SRCREV = "d99bd86c9fd80ea01f98761e130d7ac9a2bb7588" | 13 | SRCREV = "15a490b2397b358776c56b017a137c4716eb6b4e" |
14 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ | 14 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ |
15 | file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \ | 15 | file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \ |
16 | file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ | 16 | file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ |