summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2016-02-26 22:55:48 +1100
committerAndrei Gherzan <andrei@gherzan.ro>2016-02-27 13:56:47 +0100
commit6726ffb4feb260664cb52f80b5c2568f8503eb40 (patch)
treef66c3b41e518d187b07182bbd58206b45716f26a
parent053cb6ea0d6cdd266bd9cde8d5998f1b3aaf4ab5 (diff)
downloadmeta-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.bb2
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"
10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh" 10DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl samba libssh"
11PR = "r4" 11PR = "r4"
12 12
13SRCREV = "d99bd86c9fd80ea01f98761e130d7ac9a2bb7588" 13SRCREV = "15a490b2397b358776c56b017a137c4716eb6b4e"
14SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ 14SRC_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 \