diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2011-12-07 10:33:47 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-07 13:03:12 +0100 |
| commit | 4f4d52c73dbd723acb0467fdeb9969d33204fa50 (patch) | |
| tree | 8c43288efa09763eb92175209c518850935fccf5 /meta-oe | |
| parent | 9e0a23fcb4e2c0c57de5e7b0ee8ed253b11d15b8 (diff) | |
| download | meta-openembedded-4f4d52c73dbd723acb0467fdeb9969d33204fa50.tar.gz | |
mplayer2: fix DSO issue with new binutils
* /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld:
libmpdemux/demux_ogg.o: undefined reference to symbol '_ilog'
/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld:
note: '_ilog' is defined in DSO
/OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0 so try adding it to the linker command line
/OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0: could not read symbols: Invalid operation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 7d2d258069..81d3376d72 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | |||
| @@ -22,7 +22,7 @@ SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac" | |||
| 22 | ARM_INSTRUCTION_SET = "ARM" | 22 | ARM_INSTRUCTION_SET = "ARM" |
| 23 | 23 | ||
| 24 | PV = "2.0+gitr${SRCPV}" | 24 | PV = "2.0+gitr${SRCPV}" |
| 25 | PR = "r2" | 25 | PR = "r3" |
| 26 | 26 | ||
| 27 | PARALLEL_MAKE = "" | 27 | PARALLEL_MAKE = "" |
| 28 | 28 | ||
| @@ -125,7 +125,7 @@ EXTRA_OECONF = " \ | |||
| 125 | --enable-select \ | 125 | --enable-select \ |
| 126 | --enable-libass \ | 126 | --enable-libass \ |
| 127 | \ | 127 | \ |
| 128 | --extra-libs=' -lXext -lX11 -lBasicUsageEnvironment -lUsageEnvironment -lgroupsock -lliveMedia -lstdc++' \ | 128 | --extra-libs=' -lXext -lX11 -lBasicUsageEnvironment -lUsageEnvironment -lgroupsock -lliveMedia -lstdc++ -lvorbis ' \ |
| 129 | " | 129 | " |
| 130 | 130 | ||
| 131 | EXTRA_OECONF_append_armv6 = " --enable-armv6" | 131 | EXTRA_OECONF_append_armv6 = " --enable-armv6" |
