summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-05-30 12:58:57 -0500
committerDudemanguy <random342@airmail.cc>2022-05-30 19:51:46 +0000
commit38eda3804f95e9359c0c1730137759682c7decbc (patch)
treea80066365137612f2188ed7108afbcf9b1565044 /wscript
parent0ec3bd6ba9838c7a1adcb52610dc4a014dc82fff (diff)
downloadmpv-38eda3804f95e9359c0c1730137759682c7decbc.tar.bz2
mpv-38eda3804f95e9359c0c1730137759682c7decbc.tar.xz
vo_vaapi_wayland/wayland_common: code style fixes
A bad person (AKA me) merged this stuff without paying close enough attention to the code style. Reformat this to be in-line with the rest of the wayland code and general mpv style (braces for functions on the next line, horizontally aligning arguments, some cosmetic cleanups for wayland_common.h, etc.).
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 1e70633e38..c7685b0879 100644
--- a/wscript
+++ b/wscript
@@ -651,7 +651,7 @@ video_output_features = [
'func': check_pkg_config('libva-wayland', '>= 1.1.0'),
}, {
'name': 'vaapi-wayland-memfd',
- 'desc': 'VAAPI (Wayland support)',
+ 'desc': 'VAAPI (Wayland dmabuf support)',
'deps': 'vaapi-wayland && memfd_create',
'func': check_true,
}, {