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: Rob Savoye
Subject: [Gnash-commit] gnash/macros ffmpeg.m4
Date: Sat, 21 Oct 2006 03:40:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/10/21 03:40:39

Modified files:
        macros         : ffmpeg.m4 

Log message:
        Fix typo.

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

Patches:
Index: ffmpeg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/ffmpeg.m4,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- ffmpeg.m4   21 Oct 2006 03:39:26 -0000      1.19
+++ ffmpeg.m4   21 Oct 2006 03:40:39 -0000      1.20
@@ -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.19 2006/10/21 03:39:26 rsavoye Exp $
+dnl $Id: ffmpeg.m4,v 1.20 2006/10/21 03:40:39 rsavoye Exp $
 
 AC_DEFUN([GNASH_PATH_FFMPEG],
 [
@@ -202,7 +202,7 @@
     if test x"$PKG_CONFIG" != x; then
       $PKG_CONFIG --exists theora && libtheora=`$PKG_CONFIG --libs theora`
     else
-      theora=""
+      libtheora=""
     fi
 
     if test x"${libtheora}" = x; then




reply via email to

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