Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLMC
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLMC
Commits
aac2b52f
Commit
aac2b52f
authored
8 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
Remove our old contrib system
parent
ca377a2d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+0
-1
0 additions, 1 deletion
CMakeLists.txt
contribs/CMakeLists.txt
+0
-17
0 additions, 17 deletions
contribs/CMakeLists.txt
src/CMakeLists.txt
+0
-1
0 additions, 1 deletion
src/CMakeLists.txt
with
0 additions
and
19 deletions
CMakeLists.txt
+
0
−
1
View file @
aac2b52f
...
...
@@ -120,7 +120,6 @@ IF (UNIX)
ENDIF
(
UNIX
)
include
(
ts/translations.cmake
)
subdirs
(
contribs
)
SUBDIRS
(
src
)
SUBDIRS
(
nsis
)
SUBDIRS
(
effects
)
...
...
This diff is collapsed.
Click to expand it.
contribs/CMakeLists.txt
deleted
100644 → 0
+
0
−
17
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
)
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
0
−
1
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment