1) Actually pull in libiconv if we need it 2) Put in comment why it is way up here
This commit is contained in:
@@ -265,7 +265,9 @@ if test "$with_gles2" = "no"; then
|
|||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(WITHOUT_GLES2, test "$with_gles2" = "no")
|
AM_CONDITIONAL(WITHOUT_GLES2, test "$with_gles2" = "no")
|
||||||
|
|
||||||
|
# ffmpeg may need -liconv (it does on mingw64)
|
||||||
AM_ICONV
|
AM_ICONV
|
||||||
|
LIBS="$LIBS $LIBICONV"
|
||||||
|
|
||||||
SM_ZLIB
|
SM_ZLIB
|
||||||
SM_BZIP
|
SM_BZIP
|
||||||
|
|||||||
Reference in New Issue
Block a user