Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH v2] mplayer_git: fix linker error
@ 2011-08-02 19:05 Josua Mayer
  2011-08-03 11:15 ` [PATCH v2] mplayer_git: Fix linker error on x86 machines Paul Menzel
  0 siblings, 1 reply; 4+ messages in thread
From: Josua Mayer @ 2011-08-02 19:05 UTC (permalink / raw)
  To: openembedded-devel

* fix undefined references  in loader/module.o:
  module.c:(.text+0xd60): undefined reference to `report_entry'
  module.c:(.text+0xd6a): undefined reference to `report_ret'
  module.c:(.text+0xd74): undefined reference to `wrapper_target'
  module.c:(.text+0xd7a): undefined reference to `wrapper'
  and more of these
* Apply already existing patch fix-emu_qtx_api.diff
  This patch was already used in mplayer_svn but is needed
  for the git version too.

Signed-off-by: Josua Mayer <josua.mayer97@googlemail.com>
---
 recipes/mplayer/mplayer_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/mplayer/mplayer_git.bb b/recipes/mplayer/mplayer_git.bb
index 259ce99..995884b 100644
--- a/recipes/mplayer/mplayer_git.bb
+++ b/recipes/mplayer/mplayer_git.bb
@@ -8,7 +8,8 @@ DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib li
 RDEPENDS_${PN} = "mplayer-common"
 LICENSE = "GPL"
 SRC_URI = "git://repo.or.cz/mplayer/glamo.git;protocol=git;branch=mplayer2 \
-   "
+           file://fix-emu_qtx_api.diff \
+          "
 
 SRC_URI_append_armv7a = " \
 	   file://0001-video-out-for-omapfb-support.patch \
-- 
1.7.5.3




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-03 13:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 19:05 [PATCH v2] mplayer_git: fix linker error Josua Mayer
2011-08-03 11:15 ` [PATCH v2] mplayer_git: Fix linker error on x86 machines Paul Menzel
2011-08-03 12:38   ` Josua Mayer
2011-08-03 12:58     ` `machines/{ion.conf, includes/tune-atom.inc}`: `Your PACKAGE_ARCHS field contains duplicates.` (was: [PATCH v2] mplayer_git: Fix linker error on x86 machines) Paul Menzel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox