Enlightenment CVS committal Author : chaos Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon Modified Files: configure.in Log Message: * Make video thumbnailing compile again =================================================================== RCS file: /cvs/e/e17/libs/epsilon/configure.in,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- configure.in 30 Apr 2006 13:44:38 -0000 1.22 +++ configure.in 3 Jun 2006 11:19:59 -0000 1.23 @@ -107,7 +107,7 @@ xine_libs=`xine-config --libs` xine_plugins=`xine-config --plugindir` AC_DEFINE(HAVE_LIBXINE, 1, build xinefile thumbnailer) - xine="xine "],[ + xine="xine"],[ AC_MSG_WARN([libxine too old; no thumbnails for videos...])])]) else AC_MSG_RESULT(yes) @@ -116,7 +116,7 @@ AC_SUBST(xine_LIBS) AC_SUBST(xine_CFLAGS) AC_SUBST(xine_PLUGINS) -AM_CONDITIONAL(HAVE_XINE, test $xine = "xine ") +AM_CONDITIONAL(HAVE_XINE, test $xine = "xine") dnl Make sure the Edje header/lib is available _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs