[MPlayer-cvslog] r35916 - trunk/configure

michael subversion at mplayerhq.hu
Sun Feb 17 14:17:52 CET 2013


Author: michael
Date: Sun Feb 17 14:17:51 2013
New Revision: 35916

Log:
build-sys: fix for ffmpeg due to HAVE_ICONV

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Feb 15 10:47:47 2013	(r35915)
+++ trunk/configure	Sun Feb 17 14:17:51 2013	(r35916)
@@ -3891,8 +3891,10 @@ EOF
 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_dos_paths
 $def_extern_asm
 $def_extern_prefix
 $def_iconv
+$def_have_iconv
 $def_kstat
 $def_macosx_bundle
 $def_macosx_finder


More information about the MPlayer-cvslog mailing list