Bug 50741

Summary: [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch xan.lopez: review+

Description Philippe Normand 2010-12-09 02:51:23 PST
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.
Comment 1 Philippe Normand 2010-12-09 02:55:38 PST
Created attachment 76030 [details]
proposed patch
Comment 2 Xan Lopez 2010-12-09 03:02:50 PST
Comment on attachment 76030 [details]
proposed patch

r=me
Comment 3 Philippe Normand 2010-12-09 03:08:59 PST
Committed r73600: <http://trac.webkit.org/changeset/73600>