[Webkit-unassigned] [Bug 137554] New: webkitgtk-2.4.6 fails to build with --enable-video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 03:40:21 PDT 2014


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

           Summary: webkitgtk-2.4.6 fails to build with --enable-video
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rj at iinet.net.au


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

-- 
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