Bug 111055

Summary: [EFL] Build break with --no-web-audio and --no-video
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: lucas.de.marchi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2013-02-28 01:51:24 PST
With --no-web-audio and --no-video, build break occured like below.

/home/ryuan/workspace/project/webkit/efl-webkit/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.cpp:23:21: fatal error: gst/gst.h: No such file or directory
compilation terminated.
[ 80%] Building CXX object Source/WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp.o
[ 80%] Building CXX object Source/WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/gstreamer/PlatformVideoWindowEfl.cpp.o
[ 80%] Building CXX object Source/WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.o
make[2]: *** [Source/WebCore/CMakeFiles/webcore_efl.dir/platform/graphics/gstreamer/GStreamerUtilities.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Source/WebCore/CMakeFiles/webcore_efl.dir/all] Error 2
make: *** [all] Error 2
Comment 1 Ryuan Choi 2013-02-28 02:04:29 PST
Created attachment 190682 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-28 17:55:47 PST
Comment on attachment 190682 [details]
Patch

Clearing flags on attachment: 190682

Committed r144404: <http://trac.webkit.org/changeset/144404>
Comment 3 WebKit Review Bot 2013-02-28 17:55:51 PST
All reviewed patches have been landed.  Closing bug.