diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-11-11 22:27:21 +0300 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-11-11 22:27:21 +0300 |
commit | d8b110fcf31557cc403f618e81c6db79ef407cb4 (patch) | |
tree | 19c2a9a80d28560225eb7e23cfebbf4bcc5fb94f /recipes/mplayer/mplayer_svn.bb | |
parent | 1f951c59c5218d9a4a0cf43e082365110af1b94d (diff) |
mplayer-svn: fix building for armv4t, arm-oabi, collie
* refresh disable-executable-stack-test.patch
* lavc: replace 'bx lr' with 'mov pc, lr' if no thumb interworking is enabled
* libmpeg2: disable usage of pld insn if !HAVE_PLD
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/mplayer/mplayer_svn.bb')
-rw-r--r-- | recipes/mplayer/mplayer_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/mplayer/mplayer_svn.bb b/recipes/mplayer/mplayer_svn.bb index 7d2f27aa3a..f9bad67a43 100644 --- a/recipes/mplayer/mplayer_svn.bb +++ b/recipes/mplayer/mplayer_svn.bb @@ -9,6 +9,8 @@ RDEPENDS = "mplayer-common" LICENSE = "GPL" 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 \ " SRCREV = "29789" |