summaryrefslogtreecommitdiff
path: root/packages/ffmpeg/omapfbplay_git.bb
blob: 6274575a346ec804bb1b263b27c29567a53a7aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "Simple ffmpeg-based player that uses the omapfb overlays"
DEPENDS = "ffmpeg virtual/kernel"
LICENSE = "MIT"

PR = "r1"

inherit module-base

PV = "0.0+${PR}+gitr${SRCREV}"

SRCREV = "5d0a1fd4c9733ef8c57823c368e21688344bbeb4"
SRC_URI = "git://git.mansr.com/${PN};protocol=git"

S = "${WORKDIR}/git"


CFLAGS += "-I${STAGING_KERNEL_DIR}/include "

do_compile() {
	oe_runmake -e
}

do_install() {
	install -d ${D}/${bindir}
	install -m 0755 ${S}/omapfbplay ${D}/${bindir}/
}