On Mon, May 14, 2007 at 05:42:48PM +0800, zou lunkai wrote: > On 5/14/07, strk <[EMAIL PROTECTED]> wrote: > >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; > > > I just revert the commit back, using "if test -f $i/ffmpeg/avformat.h; > then" > then works here.
I suggest you just commit that. --strk; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
