gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros ffmpeg.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash/macros ffmpeg.m4
Date: Mon, 09 Oct 2006 19:38:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/09 19:38:34

Modified files:
        macros         : ffmpeg.m4 

Log message:
        Added test...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ffmpeg.m4?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: ffmpeg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/ffmpeg.m4,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- ffmpeg.m4   9 Oct 2006 16:11:27 -0000       1.13
+++ ffmpeg.m4   9 Oct 2006 19:38:34 -0000       1.14
@@ -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.13 2006/10/09 16:11:27 nihilus Exp $
+dnl $Id: ffmpeg.m4,v 1.14 2006/10/09 19:38:34 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_FFMPEG],
 [
@@ -132,7 +132,7 @@
   fi
 
   if test x"$FFMPEG_LIBS" = x; then
-    if x"${ac_cv_path_ffmpeg_lib}" != x -o x"$libn" = x"yes"; then
+    if test x"${ac_cv_path_ffmpeg_lib}" != x -o x"$libn" = x"yes"; then
       FFMPEG_LIBS="${ac_cv_path_ffmpeg_lib} -lavcodec -ldts"
     fi
   fi




reply via email to

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