mplayer: set charset explisit to US-ASCII to ease intl compile
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 4 Dec 2008 16:49:06 +0000 (16:49 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 4 Dec 2008 16:49:06 +0000 (16:49 -0000)
This patch set the charset selected by mplayer to US-ASCII because mplayer
configure script have problems detecting working cross compiled iconv tools

package/multimedia/mplayer/mplayer.mk

index 90ac630a04040e7884d4ce1e97208d4f077db5d6..7d7c83032e811458dde8b51e5d18ca1589acc118 100644 (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) \