From d20b54ee716301043d2650dca1b4aa64bc44e33c Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Thu, 31 Oct 2013 21:09:37 -0500 Subject: [PATCH] 1) Actually pull in libiconv if we need it 2) Put in comment why it is way up here --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 8328dcf252..32461ba43f 100644 --- a/configure.ac +++ b/configure.ac @@ -265,7 +265,9 @@ if test "$with_gles2" = "no"; then fi AM_CONDITIONAL(WITHOUT_GLES2, test "$with_gles2" = "no") +# ffmpeg may need -liconv (it does on mingw64) AM_ICONV +LIBS="$LIBS $LIBICONV" SM_ZLIB SM_BZIP