mplayer: set charset explisit to US-ASCII to ease intl compile

This patch set the charset selected by mplayer to US-ASCII because mplayer
configure script have problems detecting working cross compiled iconv tools
This commit is contained in:
Hans-Christian Egtvedt 2008-12-04 16:49:06 +00:00
parent b7ff212c81
commit 5851eae5f0

View File

@ -41,6 +41,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked
--as=$(TARGET_CROSS)as \
--with-extraincdir=$(STAGING_DIR)/usr/include \
--with-extralibdir=$(STAGING_DIR)/lib \
--charset=US-ASCII \
--enable-mad \
--enable-fbdev \
$(MPLAYER_ENDIAN) \