Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion


Modified Files:
        configure.in 


Log Message:
check for optional gstreamer plugins (if you don't have it, you'll decode 
nothing :)). Also, i forgot to say that there's a small api breakage
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.in        2 Oct 2005 07:34:36 -0000       1.16
+++ configure.in        2 Oct 2005 08:07:56 -0000       1.17
@@ -150,6 +150,10 @@
    gstreamer-$GST_MAJORMINOR >= $GST_REQS,
    HAVE_GSTREAMER="yes", HAVE_GSTREAMER="no")
 
+PKG_CHECK_MODULES(GSTPLUG, \
+   gstreamer-plugins-$GST_MAJORMINOR >= $GSTPLUG_REQS,
+   HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no")
+
 AC_SUBST(GST_CFLAGS)
 AC_SUBST(GST_LIBS)
 
@@ -196,6 +200,7 @@
 echo "  Modules:"
 echo "    Xine...............: $HAVE_XINE"
 echo "    Gstreamer..........: $HAVE_GSTREAMER"
+echo "    Gsteamer plugins...: $HAVE_GSTPLUG"
 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