]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mplayer: use UTF-8 charset to avoid iconv dependency
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2010 15:55:21 +0000 (16:55 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Feb 2010 19:34:56 +0000 (20:34 +0100)
The mplayer configure script was failing with:

  Checking for iconv program ... no
  No working iconv program found, use
  --charset=UTF-8 to continue anyway.
  If you also have problems with iconv library functions use --charset=noconv.
  Messages in the GTK-2 interface will be broken then.

Therefore, we pass --charset=UTF-8 instead of --charset=US-ASCII.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/multimedia/mplayer/mplayer.mk

index 3d56ee00782bcd84ab34bd268020fcc421760269..538bac9eff075051e9e4a697a2dc32686c18ff81 100644 (file)
@@ -54,7 +54,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 \
+               --charset=UTF-8 \
                --enable-mad \
                --enable-fbdev \
                $(MPLAYER_ENDIAN) \