gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog macros/ffmpeg.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/ffmpeg.m4
Date: Sat, 21 Oct 2006 10:11:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/21 10:11:50

Modified files:
        .              : ChangeLog 
        macros         : ffmpeg.m4 

Log message:
        Fixed AC_MSG_*-style.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1334&r2=1.1335
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ffmpeg.m4?cvsroot=gnash&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1334
retrieving revision 1.1335
diff -u -b -r1.1334 -r1.1335
--- ChangeLog   21 Oct 2006 09:54:44 -0000      1.1334
+++ ChangeLog   21 Oct 2006 10:11:49 -0000      1.1335
@@ -11,6 +11,7 @@
        * plugin/plugin.cpp: Experimental code to support Firefox compiled
          with xEmbed and GTK-1.2. (PoC from mplayerplug-in).
        * plugin/plugin.h: Removed include of gtk/gtk.h since not used.
+       * macros/ffmpeg.m4: Fixed AC_MSG_*-style.
 
 2006-10-20  Rob Savoye  <address@hidden>
 

Index: macros/ffmpeg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/ffmpeg.m4,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- macros/ffmpeg.m4    21 Oct 2006 03:40:39 -0000      1.20
+++ macros/ffmpeg.m4    21 Oct 2006 10:11:49 -0000      1.21
@@ -39,7 +39,7 @@
 dnl date-time, filesystem. graph. iostreams, program options, python,
 dnl regex, serialization, signals, unit test, thead, and wave.
 
-dnl $Id: ffmpeg.m4,v 1.20 2006/10/21 03:40:39 rsavoye Exp $
+dnl $Id: ffmpeg.m4,v 1.21 2006/10/21 10:11:49 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_FFMPEG],
 [
@@ -101,24 +101,22 @@
     topdir=""
 
     AC_CHECK_LIB(avcodec, ff_eval, [ac_cv_path_ffmpeg_lib="-lavcodec"], [
-      AC_MSG_CHECKING([for libavcodec library])
       libslist="${prefix}/lib64 ${prefix}/lib /usr/lib64 /usr/lib /sw/lib 
/usr/local/lib /home/latest/lib /opt/lib /opt/local/lib /usr/pkg/lib .. ../.."
       for i in $libslist; do
        if test -f $i/libavcodec.a -o -f $i/libavcodec.so; then
           topdir=$i
          if test x"$i" != x"/usr/lib"; then
            ac_cv_path_ffmpeg_lib="-L$i -lavcodec"
-            AC_MSG_RESULT(${ac_cv_path_ffmpeg_lib})
            break
           else
            ac_cv_path_ffmpeg_lib="-lavcodec"
-            AC_MSG_RESULT(yes)
            break
           fi
         fi
       done
     ])
-
+    AC_MSG_CHECKING([for libavcodec library])
+    AC_MSG_RESULT(${ac_cv_path_ffmpeg_lib})
   fi #}
 
   if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_ffmpeg_lib}" != x; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]