ffmpeg may need iconv

This commit is contained in:
Ben "root" Anderson
2013-10-31 20:57:45 -05:00
parent 48ca0a5908
commit 6bc4e4d0ed
+2 -2
View File
@@ -265,6 +265,8 @@ if test "$with_gles2" = "no"; then
fi
AM_CONDITIONAL(WITHOUT_GLES2, test "$with_gles2" = "no")
AM_ICONV
SM_ZLIB
SM_BZIP
SM_AUDIO
@@ -275,8 +277,6 @@ SM_CHECK_CRASH_HANDLER
AM_PATH_ALSA(0.9.0,AC_DEFINE([HAVE_ALSA],1,[Define presence of ALSA]),alsa=false)
AM_ICONV
AC_ARG_ENABLE(gtk2, AS_HELP_STRING([--disable-gtk2],[Disable GTK support]), enable_gtk2=$enableval, enable_gtk2=yes)
if test x$enable_gtk2 = xyes; then