[Webkit-unassigned] [Bug 45433] New: [EFL] Fix duplicate gstreamer macro in CMakeListEfl.txt
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 8 18:31:47 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45433
Summary: [EFL] Fix duplicate gstreamer macro in
CMakeListEfl.txt
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gyuyoung.kim at samsung.com
In WebKit/efl/CMakeListEfl.txt, duplicated ENABLE_VIDEO macros were added. So, I remove unnecessary thing.
IF (ENABLE_VIDEO)
LIST(APPEND WebKit_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/graphics/gstreamer"
${Gstreamer-App_INCLUDE_DIRS}
${Gstreamer-Interfaces_INCLUDE_DIRS}
${Gstreamer-Pbutils_INCLUDE_DIRS}
${Gstreamer-Video_INCLUDE_DIRS}
)
ENDIF()
IF (ENABLE_VIDEO)
LIST(APPEND WebKit_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/graphics/gstreamer"
${GStreamer-App_INCLUDE_DIRS}
${GStreamer-Interfaces_INCLUDE_DIRS}
${GStreamer-Pbutils_INCLUDE_DIRS}
...
--
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