[gstreamer-bugs] [Bug 314320] New: gst ffmpeg calls "make" without caring about called make process

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Aug 23 15:18:51 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=314320
 GStreamer | gst-ffmpeg | Ver: 0.8.x

           Summary: gst ffmpeg calls "make" without caring about called make
                    process
           Product: GStreamer
           Version: 0.8.x
          Platform: Other
        OS/Version: FreeBSD
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: flameeyes at gentoo.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Distribution/Version: Gentoo/FreeBSD 5.4

On Gentoo/FreeBSD most of the packages are built with "gmake" instead of 
"make" to call GNU Make utility. This because "make" points to BSD-style make. 
 
Unfortunately gst-ffmpeg uses "&& make" to execute ffmpeg part of the build 
process, and this seems to break for us. 
 
The attached patch makes it use $(MAKE) so that it gets expanded to "gmake" 
when is the case. 
 
(the patch has Makefile.in in it, please drop that part)

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list