mplayer: disable LIVE555 Streaming Media

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>
This commit is contained in:
Peter Korsgaard 2009-03-28 13:10:17 +00:00
parent 7e6620c410
commit 2bae136f05

View File

@ -63,6 +63,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked
--disable-mpdvdkit \
--disable-ivtv \
--disable-tv \
--disable-live \
--enable-dynamic-plugins \
)
touch $@