From 6bc4e4d0edd0c9ebd525210617c23fa73d6bfc90 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Thu, 31 Oct 2013 20:57:45 -0500 Subject: [PATCH] ffmpeg may need iconv --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 964f825f66..8328dcf252 100644 --- a/configure.ac +++ b/configure.ac @@ -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