After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 151287 - mplex & mpeg2enc plugins won't pass configure when compiled with -Wall -Werror
mplex & mpeg2enc plugins won't pass configure when compiled with -Wall -Werror
Status: RESOLVED DUPLICATE of bug 140994
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-28 13:23 UTC by Stephane Loeuillet
Modified: 2005-08-29 15:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log (234.24 KB, text/plain)
2004-08-28 13:29 UTC, Stephane Loeuillet
Details

Description Stephane Loeuillet 2004-08-28 13:23:46 UTC
having mjpegtools & libmpeg2

./configure 

=> neither plugins would be built
Comment 1 Stephane Loeuillet 2004-08-28 13:25:26 UTC
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
Comment 2 Stephane Loeuillet 2004-08-28 13:29:03 UTC
Created attachment 31049 [details]
config.log

for corresponding code, see the configure.ac, around line 1300 for mpeg2enc
then mplex
Comment 3 Stephane Loeuillet 2004-09-17 02:12:04 UTC
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
Comment 4 Stephane Loeuillet 2004-11-14 01:06:59 UTC
in fact, i just saw it was already reported : dupe of bug #140994
Comment 5 Stephane Loeuillet 2004-11-14 01:07:41 UTC

*** This bug has been marked as a duplicate of 140994 ***