GNOME Bugzilla – Bug 151287
mplex & mpeg2enc plugins won't pass configure when compiled with -Wall -Werror
Last modified: 2005-08-29 15:43:29 UTC
having mjpegtools & libmpeg2 ./configure => neither plugins would be built
configure: *** configure: *** checking plugin: mpeg2enc *** configure: *** checking for mjpegtools >= 1.6.1.93... yes checking MPEG2ENC_CFLAGS... -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex checking MPEG2ENC_LIBS... -lmjpegutils checking mpeg2encoder.hh usability... yes checking mpeg2encoder.hh presence... yes checking for mpeg2encoder.hh... yes checking for valid mpeg2enc objects... no configure: *** These plugins will not be built: mpeg2enc configure: *** configure: *** checking plugin: mplex *** configure: *** checking for mjpegtools >= 1.6.1.93... yes checking MPLEX_CFLAGS... -I/usr/include/mjpegtools -I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex checking MPLEX_LIBS... -lmjpegutils checking interact.hpp usability... yes checking interact.hpp presence... yes checking for interact.hpp... yes checking for valid mplex objects... no configure: *** These plugins will not be built: mplex
Created attachment 31049 [details] config.log for corresponding code, see the configure.ac, around line 1300 for mpeg2enc then mplex
it seems it was a problem specific to my install : it is now ok after i recompiled them (and a part of my system) closing as NOTABUG/INVALID
in fact, i just saw it was already reported : dupe of bug #140994
*** This bug has been marked as a duplicate of 140994 ***