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; _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
