mplayer: disable ivtv video output

This patch disabled ivtv video output, since it does not compile with Linux
kernel 2.6.27 headers.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
This commit is contained in:
Hans-Christian Egtvedt 2008-12-01 12:32:50 +00:00
parent 8928fb6932
commit 8248a4a144

View File

@ -45,6 +45,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked
--enable-fbdev \
$(MPLAYER_ENDIAN) \
--disable-mpdvdkit \
--disable-ivtv \
--disable-tv \
--enable-dynamic-plugins \
)