changeset 35822:e27d1c2f3ac1

build-sys: fix for ffmpeg due to HAVE_ICONV Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author michael
date Sun, 17 Feb 2013 13:17:51 +0000
parents c59b8dfe56f8
children b4ec8c8ee5b6
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Feb 15 09:47:47 2013 +0000
+++ b/configure	Sun Feb 17 13:17:51 2013 +0000
@@ -3891,8 +3891,10 @@
 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"
 
@@ -8663,6 +8665,7 @@
 $def_extern_asm
 $def_extern_prefix
 $def_iconv
+$def_have_iconv
 $def_kstat
 $def_macosx_bundle
 $def_macosx_finder