Bug 45226 - Build with --disable-video is broken
Summary: Build with --disable-video is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 05:21 PDT by ojab
Modified: 2010-09-18 21:52 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 ojab 2010-09-04 05:21:39 PDT
WebKit-trunk svn r66792, gstreamer isn't installed.

./autogen.sh --disable-video && make
make[1]: Entering directory `/sources/WebKit'
  CXX    WebKit/gtk/WebCoreSupport/libwebkitgtk_1_0_la-ChromeClientGtk.lo
In file included from WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp:46:0:
./WebKit/gtk/webkit/webkitprivate.h:166:9: error: 'FullscreenVideoController' does not name a type
make[1]: *** [WebKit/gtk/WebCoreSupport/libwebkitgtk_1_0_la-ChromeClientGtk.lo] Error 1
make[1]: Leaving directory `/sources/WebKit'
make: *** [all] Error 2
Comment 1 ojab 2010-09-18 21:52:48 PDT
r67808 compiles fine.