Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion


Modified Files:
        configure.in 


Log Message:
gstreamer 0.10 port. There's a problem with the seek, no evas sink yet
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- configure.in        25 Jan 2006 01:22:35 -0000      1.29
+++ configure.in        4 Feb 2006 13:43:13 -0000       1.30
@@ -157,9 +157,9 @@
 if test "$enable_gstreamer" != "no" ; then
 
        dnl Gstreamer version requirement
-       GST_REQS=0.8.10
-       GSTPLUG_REQS=0.8.10
-       GST_MAJORMINOR=0.8
+       GST_REQS=0.10.2
+       GSTPLUG_REQS=0.10.1
+       GST_MAJORMINOR=0.10
 
        PKG_CHECK_MODULES(GST, \
           gstreamer-$GST_MAJORMINOR >= $GST_REQS,
@@ -167,14 +167,19 @@
        AC_MSG_RESULT($HAVE_GSTREAMER)
 
        PKG_CHECK_MODULES(GSTPLUG, \
-          gstreamer-plugins-$GST_MAJORMINOR >= $GSTPLUG_REQS,
+          gstreamer-plugins-base-$GST_MAJORMINOR >= $GSTPLUG_REQS,
           HAVE_GSTPLUG="yes", HAVE_GSTPLUG="no")
        AC_MSG_RESULT($HAVE_GSTPLUG)
+
+        AM_GST_ELEMENT_CHECK(
+           [ffmpeg],
+           [HAVE_GSTFFMPEG="yes"],
+           [HAVE_GSTFFMPEG="no"])
 fi
 if test "$enable_gstreamer$HAVE_GSTREAMER" = "yesno" ; then
        AC_MSG_ERROR(gstreamer not found)
 fi
-if test "$HAVE_GSTPLUG" = "no" ; then
+if test "$HAVE_GSTPLUG" = "no" -o test "$HAVE_GSTFFMPEG" = "no"; then
        if test "$HAVE_GSTREAMER" = "no" ; then
                GSTPLUG_MSG="no"
        else
@@ -230,6 +235,7 @@
 echo "    Xine...............: $HAVE_XINE"
 echo "    Gstreamer..........: $HAVE_GSTREAMER"
 echo "    Gstreamer plugins..: $GSTPLUG_MSG"
+echo "    Gstreamer FFmpeg...: $HAVE_GSTFFMPEG"
 echo
 echo "  Compilation..........: make"
 echo




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to