gnash-commit
[Top][All Lists]
Advanced

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

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


From: zou lunkai
Subject: Re: [Gnash-commit] gnash macros/ffmpeg.m4 ChangeLog
Date: Mon, 14 May 2007 16:22:27 +0800

"make"  broke here.  got output:

In file included from embedVideoDecoderFfmpeg.cpp:25:
embedVideoDecoderFfmpeg.h:30:28: error: ffmpeg/avcodec.h: No such file
or directory
embedVideoDecoderFfmpeg.h:56: error: ISO C++ forbids declaration of
'AVCodec' with no type
embedVideoDecoderFfmpeg.h:56: error: expected ';' before '*' token
embedVideoDecoderFfmpeg.h:57: error: ISO C++ forbids declaration of
'AVCodecContext' with no type
embedVideoDecoderFfmpeg.h:57: error: expected ';' before '*' token
embedVideoDecoderFfmpeg.cpp: In constructor
'embedVideoDecoderFfmpeg::embedVideoDecoderFfmpeg()':
...

is it related to this commit?


On 5/14/07, Rob Savoye <address@hidden> wrote:
CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/05/14 00:57:38

Modified files:
        macros         : ffmpeg.m4
        .              : ChangeLog

Log message:
                * macros/ffmpeg.m4: Only print warning and reset
                ac_cv_path_ffmpeg_incl if avformat.h doesn't exist.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ffmpeg.m4?cvsroot=gnash&r1=1.38&r2=1.39
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3181&r2=1.3182

Patches:
Index: macros/ffmpeg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/ffmpeg.m4,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- macros/ffmpeg.m4    10 May 2007 12:14:14 -0000      1.38
+++ macros/ffmpeg.m4    14 May 2007 00:57:37 -0000      1.39
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

-dnl $Id: ffmpeg.m4,v 1.38 2007/05/10 12:14:14 martinwguy Exp $
+dnl $Id: ffmpeg.m4,v 1.39 2007/05/14 00:57:37 rsavoye Exp $

 AC_DEFUN([GNASH_PATH_FFMPEG],
 [
@@ -72,7 +72,7 @@
     fi
   else
     AC_MSG_RESULT(${ac_cv_path_ffmpeg_incl})
-      if test -f $i/ffmpeg/avformat.h; then
+      if test -f !$i/ffmpeg/avformat.h; then
         AC_MSG_WARN([avformat.h not found!])
         ac_cv_path_ffmpeg_incl=""
       fi

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3181
retrieving revision 1.3182
diff -u -b -r1.3181 -r1.3182
--- ChangeLog   13 May 2007 22:54:55 -0000      1.3181
+++ ChangeLog   14 May 2007 00:57:37 -0000      1.3182
@@ -5,6 +5,8 @@
        * po/de.po: German translation by address@hidden

        * doc/C/sources.xml: Fix unclosed <para> tags.
+       * macros/ffmpeg.m4: Only print warning and reset
+       ac_cv_path_ffmpeg_incl if avformat.h doesn't exist.

 2007-05-13 Sandro Santilli <address@hidden>



_______________________________________________
Gnash-commit mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnash-commit





reply via email to

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