Files
mapmap/scripts/run.sh
T
Alexandre Quessy 7d0881efa4 Remove all GStreamer references from docs, comments, and CI
Delete obsolete GStreamer video backend source files
(VideoUriDecodeBinImpl, VideoV4l2SrcImpl, VideoShmSrcImpl),
the GStreamer macOS URL resource, and clean up all remaining
GStreamer mentions in INSTALL.md, README.md, TODO, CI workflows,
build scripts, and source comments. CHANGELOG entries are preserved
as historical record.
2026-05-22 00:11:44 -04:00

11 lines
148 B
Bash
Executable File

#!/bin/bash
export LANG=C
if [[ `uname` == 'Linux' ]]; then
./src/mapmap/mapmap
else #macOS
./src/mapmap/mapmap.app/Contents/MacOS/mapmap
fi