Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
aac2b52f
Commit
aac2b52f
authored
Jul 18, 2016
by
Hugo Beauzée-Luyssen
Browse files
Remove our old contrib system
parent
ca377a2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
aac2b52f
...
...
@@ -120,7 +120,6 @@ IF (UNIX)
ENDIF
(
UNIX
)
include
(
ts/translations.cmake
)
subdirs
(
contribs
)
SUBDIRS
(
src
)
SUBDIRS
(
nsis
)
SUBDIRS
(
effects
)
...
...
contribs/CMakeLists.txt
deleted
100644 → 0
View file @
ca377a2d
project
(
vlmc
)
include
(
ExternalProject
)
set
(
PREFIX
${
PROJECT_BINARY_DIR
}
/contribs
)
set
(
CONTRIBS_DIR
${
PREFIX
}
/install PARENT_SCOPE
)
# Find libvlcpp
ExternalProject_Add
(
libvlcpp
PREFIX
${
PREFIX
}
UPDATE_COMMAND
""
GIT_REPOSITORY https://code.videolan.org/videolan/libvlcpp.git
CONFIGURE_COMMAND <SOURCE_DIR>/bootstrap && <SOURCE_DIR>/configure --prefix=
${
PREFIX
}
/install --disable-examples
BUILD_COMMAND make
INSTALL_COMMAND make install
)
src/CMakeLists.txt
View file @
aac2b52f
...
...
@@ -286,7 +286,6 @@ ELSE(NOT WITH_GUI)
endif
()
ENDIF
(
NOT WITH_GUI
)
add_dependencies
(
vlmc libvlcpp
)
message
(
STATUS
"Contribs prefix:
${
CONTRIBS_DIR
}
"
)
include_directories
(
${
CONTRIBS_DIR
}
/include
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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