1) Actually pull in libiconv if we need it 2) Put in comment why it is way up here

This commit is contained in:
Ben "root" Anderson
2013-10-31 21:09:37 -05:00
parent 6bc4e4d0ed
commit d20b54ee71
+2
View File
@@ -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