Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion


Modified Files:
        configure.in 


Log Message:
fix typo and add warning
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in        2 Oct 2005 08:07:56 -0000       1.17
+++ configure.in        2 Oct 2005 12:56:17 -0000       1.18
@@ -154,6 +154,13 @@
    gstreamer-plugins-$GST_MAJORMINOR >= $GSTPLUG_REQS,
    HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no")
 
+if test "${HAVE_GSTPLUG}" = "no" ; then
+   AC_MSG_WARN([You should install gstreamer plugins and gst-ffmpeg to decode 
properly your video and audio files])
+   GSTPLUG_MSG="no (you should install gst-plugins and gst-ffmpeg)"
+else
+   GSTPLUG_MSG="yes"
+fi
+
 AC_SUBST(GST_CFLAGS)
 AC_SUBST(GST_LIBS)
 
@@ -200,7 +207,7 @@
 echo "  Modules:"
 echo "    Xine...............: $HAVE_XINE"
 echo "    Gstreamer..........: $HAVE_GSTREAMER"
-echo "    Gsteamer plugins...: $HAVE_GSTPLUG"
+echo "    Gstreamer plugins..: $GSTPLUG_MSG"
 echo
 echo "  Compilation..........: make"
 echo




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to