# HG changeset patch # User cboesch # Date 1362012048 0 # Node ID acc4ff4f279ca1b5b3a9727e647036d0b221570a # Parent 52f1a3aea26bf97bf5ec8988ba77bf9eec4f6a77 build: fix build after moving from HAVE_ICONV to CONFIG_ICONV in FFmpeg. This reverts r35916 (and add the necessary .mak yes/no definition). diff -r 52f1a3aea26b -r acc4ff4f279c configure --- a/configure Mon Feb 25 21:44:59 2013 +0000 +++ b/configure Thu Feb 28 00:40:48 2013 +0000 @@ -3915,10 +3915,8 @@ fi if test "$_iconv" = yes ; then def_iconv='#define CONFIG_ICONV 1' - def_have_iconv='#define HAVE_ICONV 1' else def_iconv='#undef CONFIG_ICONV' - def_have_iconv='#define HAVE_ICONV 0' fi echores "$_iconv" @@ -8537,6 +8535,7 @@ CONFIG_CRYSTALHD= $crystalhd CONFIG_ENCODERS = yes CONFIG_GPL = yes +CONFIG_ICONV = $_iconv CONFIG_MLIB = $_mlib CONFIG_MPEGAUDIO=yes CONFIG_MUXERS = yes @@ -8690,7 +8689,6 @@ $def_extern_asm $def_extern_prefix $def_iconv -$def_have_iconv $def_kstat $def_macosx_bundle $def_macosx_finder