mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
6 lines
201 B
Bash
Executable file
6 lines
201 B
Bash
Executable file
#! /bin/bash
|
|
|
|
set -eux
|
|
|
|
meson devenv -C build -w . ./scripts/sort_video_formats.py ${VIDEO_TOKEN} ${VIDEO_HEADER}
|
|
meson devenv -C build -w . ./scripts/sort_video_formats.py -b ${WL_TOKEN} ${WL_HEADER}
|