[Webkit-unassigned] [Bug 50741] New: [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 02:51:23 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50741

           Summary: [GTK] configure: error out if video is enabled and
                    gstreamer pkg-config check fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


In the configure.ac PKG_CHECK_MODULES call for gstreamer the action-if-not-found we have is to set $have_gstreamer to "no". The consequence is that in this case the build will fail.

So if HTML5 media is enabled at configure time and if the pkg-config gstreamer check fails the configure script should error out, which is the default action-if-not-found of PKG_CHECK_MODULES.

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



More information about the webkit-unassigned mailing list