From: Hans-Christian Egtvedt Date: Thu, 4 Dec 2008 16:49:06 +0000 (-0000) Subject: mplayer: set charset explisit to US-ASCII to ease intl compile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5851eae5f040ee36feef61cf51602c3ac76031e3;p=buildroot.git 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 --- diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk index 90ac630a04..7d7c83032e 100644 --- a/package/multimedia/mplayer/mplayer.mk +++ b/package/multimedia/mplayer/mplayer.mk @@ -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) \