> >> >if ! test -f !$i/ffmpeg/avformat.h; then
$i isn't defined there, or is left over from sth else. There is also confusion here. I have /usr/include/ffmpeg/avcodec.h and the code includes it as "ffmpeg/avcodec.h" everywhere but in the final report I see FFMPEG_CFLAGS=-I/usr/include/ffmpeg That's pkg-config --cflags libavcodec's output here on debian... should we hack round this with a bit of sed to knock "/ffmpeg" off the end if that is returned? Yuk M _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
