mplayer: disable LIVE555 Streaming Media
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 28 Mar 2009 13:10:17 +0000 (13:10 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 28 Mar 2009 13:10:17 +0000 (13:10 -0000)
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

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