Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Code
Merge requests
21
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Alexandre Janniaux
VLC
Merge requests
!9
WIP: Locale/fixes/1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
WIP: Locale/fixes/1
locale/fixes/1
into
master
Overview
0
Commits
3
Pipelines
1
Changes
3
Open
Alexandre Janniaux
requested to merge
locale/fixes/1
into
master
4 years ago
Overview
0
Commits
3
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 7
065a71fe
1 year ago
version 6
065a71fe
1 year ago
version 5
065a71fe
1 year ago
version 4
065a71fe
2 years ago
version 3
065a71fe
3 years ago
version 2
065a71fe
4 years ago
version 1
065a71fe
4 years ago
master (HEAD)
and
latest version
latest version
065a71fe
3 commits,
11 months ago
version 7
065a71fe
3 commits,
1 year ago
version 6
065a71fe
3 commits,
1 year ago
version 5
065a71fe
3 commits,
1 year ago
version 4
065a71fe
3 commits,
2 years ago
version 3
065a71fe
3 commits,
3 years ago
version 2
065a71fe
3 commits,
4 years ago
version 1
065a71fe
174 commits,
4 years ago
3 files
+
7
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
modules/lua/libs/equalizer.c
+
3
−
4
Options
@@ -41,11 +41,10 @@
#include
"../libs.h"
#include
"../vlc.h"
#include
"../../audio_filter/equalizer_presets.h"
#if !defined _WIN32
# include <locale.h>
#else
#if defined _WIN32
# include <windows.h>
#elif defined (HAVE_USELOCALE)
# include <locale.h>
#endif
#ifdef __APPLE__
Loading