Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSoC2018
macOS
vlc
Commits
ae6ecfb3
Commit
ae6ecfb3
authored
Feb 07, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bin: define VLC_LIB_PATH
...when running in build tree.
parent
75308a48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bin/vlc.c
bin/vlc.c
+1
-0
No files found.
bin/vlc.c
View file @
ae6ecfb3
...
...
@@ -133,6 +133,7 @@ int main( int i_argc, const char *ppsz_argv[] )
#ifdef TOP_BUILDDIR
setenv
(
"VLC_PLUGIN_PATH"
,
TOP_BUILDDIR
"/modules"
,
1
);
setenv
(
"VLC_DATA_PATH"
,
TOP_SRCDIR
"/share"
,
1
);
setenv
(
"VLC_LIB_PATH"
,
TOP_BUILDDIR
"/modules"
,
1
);
#endif
/* Clear the X.Org startup notification ID. Otherwise the UI might try to
...
...
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