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: strk
Subject: Re: [Gnash-commit] gnash macros/ffmpeg.m4 ChangeLog
Date: Mon, 14 May 2007 11:36:30 +0200

On Mon, May 14, 2007 at 04:22:27PM +0800, zou lunkai wrote:
> "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

..

> >-      if test -f $i/ffmpeg/avformat.h; then
> >+      if test -f !$i/ffmpeg/avformat.h; then

Zou, can you try using :

if ! test -f !$i/ffmpeg/avformat.h; then

--strk;




reply via email to

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