Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a61bf85a
Commit
a61bf85a
authored
Feb 04, 2008
by
Pierre d'Herbemont
Browse files
cmake: Use -std=gnu99 instead of -std=c99 and link libvlc-control to libvlc.
parent
b1e6b604
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt
View file @
a61bf85a
...
...
@@ -8,7 +8,7 @@ include( ${CMAKE_SOURCE_DIR}/cmake/config.cmake )
add_definitions(-DHAVE_CONFIG_H)
add_definitions(-D__LIBVLC__)
add_definitions(-I. -std=
c
99)
add_definitions(-I. -std=
gnu
99)
include_directories(${CMAKE_SOURCE_DIR}/include)
...
...
extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt
View file @
a61bf85a
...
...
@@ -161,6 +161,7 @@ set( SOURCES_libvlc_control
add_library(libvlc-control SHARED ${SOURCES_libvlc_control})
install_targets(/lib libvlc-control)
target_link_libraries(libvlc-control libvlc)
##########################################################
# Libraries
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment