Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLMC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLMC
Commits
d703d061
Commit
d703d061
authored
Jan 12, 2010
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: Fix libvlc search paths
parent
f85ab38b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
57 deletions
+59
-57
cmake/FindLIBVLC.cmake
cmake/FindLIBVLC.cmake
+59
-57
No files found.
cmake/FindLIBVLC.cmake
View file @
d703d061
...
...
@@ -18,12 +18,14 @@
#Put here path to custom location
#example: /home/user/vlc/include etc..
FIND_PATH
(
LIBVLC_INCLUDE_DIR vlc
.h
FIND_PATH
(
LIBVLC_INCLUDE_DIR vlc
/vlc.h
"$ENV{LIB_DIR}/include"
"$ENV{LIB_DIR}/include/vlc"
"/usr/include"
"/usr/include/vlc"
"/usr/local/include"
"/usr/local/include/vlc"
"/home/etix/dev/vlc/include/
vlc/"
"/home/etix/dev/vlc/include/
"
#mingw
c:/msys/local/include
NO_DEFAULT_PATH
...
...
Write
Preview
Markdown
is supported
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