Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/m4


Modified Files:
        gst-element-check.m4 


Log Message:
check cdda support during configure

===================================================================
RCS file: /cvs/e/e17/libs/emotion/m4/gst-element-check.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- gst-element-check.m4        4 Feb 2006 13:46:19 -0000       1.1
+++ gst-element-check.m4        2 Apr 2006 18:26:27 -0000       1.2
@@ -1,9 +1,6 @@
 dnl Perform a check for a GStreamer element using gst-inspect
 dnl Thomas Vander Stichele <thomas at apestaart dot org>
 dnl Last modification: 25/01/2005
-dnl
-dnl Modified by Vincent Torri <vtorri at univ-evry dot fr>
-dnl Last modification: 19/10/2005
 
 dnl AM_GST_ELEMENT_CHECK(ELEMENT-NAME, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND)
 
@@ -14,24 +11,13 @@
   fi
 
   if test "x$GST_INSPECT" != "x"; then
-    AC_MSG_CHECKING(GStreamer element $1 with $GST_INSPECT)
+    AC_MSG_CHECKING(GStreamer element $1)
     if [ $GST_INSPECT $1 > /dev/null 2> /dev/null ]; then
       AC_MSG_RESULT(found.)
       $2
     else
       AC_MSG_RESULT(not found.)
-      AC_CHECK_PROG(GST_INSPECT_0_8, gst-inspect-0.8, gst-inspect-0.8, [])
-
-      if test "x$GST_INSPECT_0_8" != "x"; then
-        AC_MSG_CHECKING(GStreamer element $1 with $GST_INSPECT_0_8)
-        if [ $GST_INSPECT_0_8 $1 > /dev/null 2> /dev/null ]; then
-          AC_MSG_RESULT(found.)
-          $2
-        else
-          AC_MSG_RESULT(not found.)
-          $3
-        fi
-      fi
+      $3
     fi
   fi
 ])




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to