Bug 137554 - webkitgtk-2.4.6 fails to build with --disable-video
Summary: webkitgtk-2.4.6 fails to build with --disable-video
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-09 03:40 PDT by Richard Jackson
Modified: 2014-10-23 17:57 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Jackson 2014-10-09 03:40:17 PDT
Compile fails early on with multiple errors as example below;

./Source/WTF/wtf/FeatureDefines.h:880:2: error: #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)"
 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)"

If I remove --disable-video (and add needed dependencies) compile is fine

webkitgtk-2.4.5 builds without error with --disable-video

Arch Linux X86_64

/configure --prefix=/usr \
    --libexecdir=/usr/lib/$_pkgname \
    --disable-video \
    --disable-credential-storage \
    --disable-gtk-doc \
    --disable-gtk-doc-html \
    --disable-gtk-doc-pdf \
    --disable-geolocation \
    --disable-web-audio \
    --disable-webkit2 \
    --with-gtk=2.0


Let me know if you need anything further.

Richard
Comment 1 Richard Jackson 2014-10-23 17:57:28 PDT
Fixed in 2.4.7