diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-13 15:19:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-13 15:19:33 +0100 |
commit | 507d23ac850f9094c1f006f8de093dd09b248ac3 (patch) | |
tree | f347833a1963989bd41766f52d9a38ff49e8519a /recipes/mplayer/mplayer_svn.bb | |
parent | 4a10cd2be07e2ca413aef483bac4df157b2c631c (diff) |
mplayer: fix build error with EXPR_2F
Diffstat (limited to 'recipes/mplayer/mplayer_svn.bb')
-rw-r--r-- | recipes/mplayer/mplayer_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/mplayer/mplayer_svn.bb b/recipes/mplayer/mplayer_svn.bb index 01951a0f58..0f21869cd8 100644 --- a/recipes/mplayer/mplayer_svn.bb +++ b/recipes/mplayer/mplayer_svn.bb @@ -11,6 +11,7 @@ SRC_URI = "svn://svn.mplayerhq.hu/mplayer;module=trunk \ file://makefile-nostrip-svn.patch;patch=1 \ file://mplayer-arm-pld.patch;patch=1 \ file://mplayer-lavc-arm.patch;patch=1 \ + file://fix-exp.diff;patch=1;pnum=0;maxrev=30291 \ " SRCREV = "30247" @@ -36,7 +37,7 @@ RCONFLICTS_${PN} = "mplayer-atty" RREPLACES_${PN} = "mplayer-atty" PV = "0.0+1.0rc2+svnr${SRCPV}" -PR = "r15" +PR = "r16" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "1" |