[Mplayer-cvslog] CVS: main configure,1.347,1.348
Arpi of Ize
arpi at mplayer.dev.hu
Sun Dec 30 05:03:45 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv18936
Modified Files:
configure
Log Message:
more recent libavcodec check
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- configure 29 Dec 2001 23:34:53 -0000 1.347
+++ configure 30 Dec 2001 04:03:27 -0000 1.348
@@ -2331,8 +2331,8 @@
if test "$_libavcodec" = auto ; then
# Note: static linking is preferred to dynamic linking
_libavcodec=no
- if test -d libavcodec && test -f libavcodec/avcodec.h ; then
- if grep MBC libavcodec/avcodec.h > /dev/null 2>&1 ; then
+ if test -d libavcodec && test -f libavcodec/utils.c ; then
+ if grep avcodec_find_encoder_by_name libavcodec/utils.c > /dev/null 2>&1 ; then
_libavcodec=yes
echores "yes"
else
More information about the MPlayer-cvslog
mailing list