Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
55c3ad38
Commit
55c3ad38
authored
2 years ago
by
Jan Beich
Browse files
Options
Downloads
Patches
Plain Diff
multimedia/mpv: expose rubberband audio filter
parent
73e63bbe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
multimedia/mpv/Makefile
+5
-2
5 additions, 2 deletions
multimedia/mpv/Makefile
with
5 additions
and
2 deletions
multimedia/mpv/Makefile
+
5
−
2
View file @
55c3ad38
...
...
@@ -29,12 +29,11 @@ SHEBANG_FILES= *.py TOOLS/*.py
USE_GITHUB
=
yes
GH_ACCOUNT
=
mpv-player
MESON_ARGS
=
-Dpdf-build
=
disabled
\
-Drubberband
=
disabled
\
-Dshaderc
=
disabled
\
-Dvapoursynth
=
disabled
\
-Dlibmpv
=
true
OPTIONS_DEFINE
=
ARCHIVE DOCS LCMS2 MANPAGES MUJS TEST UCHARDET EXAMPLES ZIMG
OPTIONS_DEFINE
=
ARCHIVE DOCS LCMS2 MANPAGES MUJS
RUBBERBAND
TEST UCHARDET EXAMPLES ZIMG
OPTIONS_DEFAULT
=
ARCHIVE DVDNAV LUAJIT MANPAGES NVDEC OPENGL UCHARDET
\
V4L VAAPI VDPAU VULKAN WAYLAND X11 YTDLP
OPTIONS_GROUP
=
IN VO AO
...
...
@@ -53,6 +52,7 @@ LUAJIT_DESC= Use LuaJIT instead of Lua scripting language support
MUJS_DESC
=
Use MuJS
for
Javascript language support
NVDEC_DESC
=
NVIDIA decoder with CUDA support
PIPEWIRE_DESC
=
Pipewire sound server support
RUBBERBAND_DESC
=
High quality pitch correction with librubberband
SIXEL_DESC
=
Sixel graphics support
UCHARDET_DESC
=
Guess subtitle encoding via uchardet
VULKAN_DESC
=
Vulkan output support
...
...
@@ -123,6 +123,9 @@ PIPEWIRE_MESON_ENABLED= pipewire
PULSEAUDIO_LIB_DEPENDS
=
libpulse.so:audio/pulseaudio
PULSEAUDIO_MESON_ENABLED
=
pulse
RUBBERBAND_LIB_DEPENDS
=
librubberband.so:audio/rubberband
RUBBERBAND_MESON_ENABLED
=
rubberband
SDL_USES
=
sdl
SDL_USE
=
SDL
=
sdl2
SDL_MESON_ENABLED
=
sdl2
...
...
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