Enlightenment CVS committal

Author  : technikolor
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        configure.ac 


Log Message:
AVcodec autof00 comes out completely for now.  Should solve most build and run 
problems.

===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- configure.ac        30 Jan 2004 01:24:33 -0000      1.18
+++ configure.ac        30 Jan 2004 10:48:57 -0000      1.19
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 1.18 2004/01/30 01:24:33 raster Exp $
+dnl $Id: configure.ac,v 1.19 2004/01/30 10:48:57 technikolor Exp $
 
 AC_INIT(src/eplayer.c)
 
@@ -81,33 +81,6 @@
 LIBS=$tmp
 AM_CONDITIONAL(HAVE_VORBIS, test "$have_vorbis" = "yes")
 
-dnl Check for libavcodec
-tmp=$LIBS
-
-AM_CONDITIONAL(HAVE_AVCODEC, false) 
-AC_ARG_ENABLE(debug,
-        [  --enable-avcodec          Build AVcodec support (default: no)], 
-
-       [
-       AC_CHECK_LIB(avcodec, avcodec_init,
-               [have_avcodec="yes"; LIBS="$LIBS -lavcodec"], have_avcodec="no")
-
-       if test "x$have_avcodec" = "xyes"; then
-               AC_CHECK_LIB(avformat, av_register_all,
-               [
-                       AVCODEC_CFLAGS="-I/usr/include/ffmpeg"
-                       AVCODEC_LIBS="-lavcodec -lavformat"
-               
-                       AC_SUBST(AVCODEC_CFLAGS)
-                       AC_SUBST(AVCODEC_LIBS)
-               ], have_avcodec="no")
-       fi
-
-       LIBS=$tmp
-       AM_CONDITIONAL(HAVE_AVCODEC, test x"$have_avcodec" = x"yes") 
-       ], have_avcodec="no")
-       
-
 dnl Check for OSS
 AC_CHECK_HEADERS(sys/soundcard.h machine/soundcard.h, [have_oss="yes"; break], 
have_oss="no")
 AM_CONDITIONAL(HAVE_OSS, test x"$have_oss" = "xyes")
@@ -133,7 +106,6 @@
 m4/Makefile
 src/Makefile
 src/input/Makefile
-src/input/avcodec/Makefile
 src/input/vorbis/Makefile
 src/output/Makefile
 src/output/alsa/Makefile
@@ -147,7 +119,6 @@
 echo
 echo "Input Plugins"
 echo
-echo "AVCodec.......: $have_avcodec"
 echo "Ogg Vorbis....: $have_vorbis"
 echo
 echo




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to