[Bug 661614] New: mplex module broken with mjpegtools 2.0.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 12 17:01:11 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=661614
  GStreamer | gst-plugins-bad | git

           Summary: mplex module broken with mjpegtools 2.0.0
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: brad at comstyle.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=198890)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=198890)
autoconf fix for mplex test

Due to the addition of an unconditional inclusion of config.h in mjpegtool
2.0.0's stream_params.h header the autoconf test for the mplex module now
fails.
The attached patch copies the hack used for mpeg2enc which has the same issue
and applies it to the mplex autoconf test. Also I noticed a typo with one of
the variable names in the autoconf test for mpeg2enc which had CPP_FLAGS
instead of CPPFLAGS as it should be.


configure: *** checking feature: mpeg2enc ***
configure: *** for plug-ins: mpeg2enc ***
checking for MPEG2ENC... yes
checking mpeg2encoder.hh usability... yes
checking mpeg2encoder.hh presence... yes
checking for mpeg2encoder.hh... yes
checking for valid mpeg2enc objects... yes
checking mpeg2syntaxcodes.h usability... yes
checking mpeg2syntaxcodes.h presence... yes
checking for mpeg2syntaxcodes.h... yes
configure: *** These plugins will be built: mpeg2enc

configure: *** checking feature: mplex ***
configure: *** for plug-ins: mplex ***
checking for MPLEX... yes
checking interact.hpp usability... no
checking interact.hpp presence... no
checking for interact.hpp... no
configure: *** These plugins will not be built: mplex


configure:35735: checking interact.hpp usability
configure:35735: c++ -c -O2 -pipe  -I/usr/local/include 
-I/usr/local/include/libpng  -I/usr/X11R6/include
-I/usr/local/include/mjpegtools -I/usr/local/include/mjpegtools/mpeg2enc
-I/usr/local/include/mjpegtools/mplex conftest.cpp >&5
In file included from /usr/local/include/mjpegtools/mplex/interact.hpp:30,
                 from conftest.cpp:113:
/usr/local/include/mjpegtools/mplex/stream_params.hpp:26:20: error: config.h:
No such file or directory

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list