Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
4c755f49
Commit
4c755f49
authored
Oct 25, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
projectM: cosmetic, fix syntax coloring
parent
32f28560
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
modules/visualization/projectm.cpp
modules/visualization/projectm.cpp
+3
-5
No files found.
modules/visualization/projectm.cpp
View file @
4c755f49
...
...
@@ -77,9 +77,11 @@ static void Close ( vlc_object_t * );
#ifdef WIN32
# define FONT_PATH "C:\\WINDOWS\\Fonts\\arial.ttf"
# define FONT_PATH_MENU "C:\\WINDOWS\\Fonts\\arial.ttf"
# define PRESET_PATH NULL
#else
# define FONT_PATH "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"
# define FONT_PATH_MENU "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf"
# define PRESET_PATH "/usr/share/projectM/presets"
#endif
vlc_module_begin
()
...
...
@@ -92,11 +94,7 @@ vlc_module_begin ()
add_loadfile
(
"projectm-config"
,
"/usr/share/projectM/config.inp"
,
CONFIG_TEXT
,
CONFIG_LONGTEXT
,
true
)
#else
#ifdef WIN32
add_directory
(
"projectm-preset-path"
,
NULL
,
#else
add_directory
(
"projectm-preset-path"
,
"/usr/share/projectM/presets"
,
#endif
add_directory
(
"projectm-preset-path"
,
PRESET_PATH
,
PRESET_PATH_TXT
,
PRESET_PATH_LONGTXT
,
true
)
add_loadfile
(
"projectm-title-font"
,
FONT_PATH
,
TITLE_FONT_TXT
,
TITLE_FONT_LONGTXT
,
true
)
...
...
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