* [Buildroot] [PATCH] mplayer: disable LIVE555 Streaming Media
@ 2009-03-28 11:21 Markus Heidelberg
2009-03-28 13:10 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Markus Heidelberg @ 2009-03-28 11:21 UTC (permalink / raw)
To: buildroot
LIVE555 was installed on the build system and was recognized by configure:
Checking for LIVE555 Streaming Media libraries ... yes (using distribution version)
Later this led to a linker error:
ld: cannot find -lliveMedia
Disable LIVE555, since it's not available in Buildroot.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
package/multimedia/mplayer/mplayer.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk
index b65d288..d9aad04 100644
--- a/package/multimedia/mplayer/mplayer.mk
+++ b/package/multimedia/mplayer/mplayer.mk
@@ -63,6 +63,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked
--disable-mpdvdkit \
--disable-ivtv \
--disable-tv \
+ --disable-live \
--enable-dynamic-plugins \
)
touch $@
--
1.6.2.1.394.g4643ffd
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] mplayer: disable LIVE555 Streaming Media
2009-03-28 11:21 [Buildroot] [PATCH] mplayer: disable LIVE555 Streaming Media Markus Heidelberg
@ 2009-03-28 13:10 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2009-03-28 13:10 UTC (permalink / raw)
To: buildroot
>>>>> "Markus" == Markus Heidelberg <markus.heidelberg@web.de> writes:
Markus> Disable LIVE555, since it's not available in Buildroot.
Thanks, committed as r25855.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-28 13:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-28 11:21 [Buildroot] [PATCH] mplayer: disable LIVE555 Streaming Media Markus Heidelberg
2009-03-28 13:10 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox