diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-01-25 10:58:27 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-25 13:57:16 +0100 |
commit | 942f06731e89f08a57a115105a01a03dd2d1da98 (patch) | |
tree | a0cdd41774748e29244808ba2c3582d324738670 /meta-oe | |
parent | 92ebbc9571f94fe997fb40d3725d36a752fa2aba (diff) | |
download | meta-openembedded-942f06731e89f08a57a115105a01a03dd2d1da98.tar.gz |
mplayer2: bump PR to rebuild against newer libav
* libav now produces libavformat53 instead of libavformat52
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 7ed905563..3e4d36953 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | |||
@@ -21,7 +21,7 @@ SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac" | |||
21 | ARM_INSTRUCTION_SET = "ARM" | 21 | ARM_INSTRUCTION_SET = "ARM" |
22 | 22 | ||
23 | PV = "2.0+gitr${SRCPV}" | 23 | PV = "2.0+gitr${SRCPV}" |
24 | PR = "r6" | 24 | PR = "r7" |
25 | 25 | ||
26 | PARALLEL_MAKE = "" | 26 | PARALLEL_MAKE = "" |
27 | 27 | ||