Vincent Bain wrote: > gsd_img_mpeg.c:375: error: ‘AVIO_FLAG_WRITE’ undeclared (first > use in this function) > gsd_img_mpeg.c:375: error: (Each undeclared identifier is > reported only once > gsd_img_mpeg.c:375: error: for each function it appears in.) > make: *** [OBJ.x86_64-unknown-linux-gnu/gsd_img_mpeg.o] Erreur 1 > > The current version of libavformat-dev is 5:0.7.15-dmo1 > > Can anyone help me with this issue ? should I try to force a more recent > version of the lib, or is the problem somewhere else ?
If you don't need the ability to write video files, don't use --with-ffmpeg. Otherwise, you'll need a more recent version of the libraries. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
