summarylogtreecommitdiffstats
path: root/ffmpeg-obs.sh
diff options
context:
space:
mode:
authortytan6522023-03-09 16:46:08 +0100
committertytan6522023-03-09 16:46:08 +0100
commit61e7089b6bf262d4c3eded24f9afb88c86bb08bf (patch)
treeb85a11cbb9759b168c9032eff4e8761c356e3cc5 /ffmpeg-obs.sh
parent867b484a1193fa65af12c15a2be6cd869a543991 (diff)
downloadaur-61e7089b6bf262d4c3eded24f9afb88c86bb08bf.tar.gz
build: Update to version 6
Diffstat (limited to 'ffmpeg-obs.sh')
-rwxr-xr-xffmpeg-obs.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/ffmpeg-obs.sh b/ffmpeg-obs.sh
deleted file mode 100755
index 5009dd1e1fde..000000000000
--- a/ffmpeg-obs.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-msg() {
-ALL_OFF="\\e[1;0m"
-BOLD="\\e[1;1m"
-GREEN="${BOLD}\\e[1;32m"
-local mesg=$1; shift
-printf "${GREEN}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}" "$@" >&2
-}
-
-echo
-msg "Warning:
- -> ffmpeg-obs does not support Manjaro officially.
- -> Some dependency version checks are disabled to
- -> allow the package to be built on it.
- -> So the package may require to be rebuilt if some
- -> dependency packages are updated. If not the
- -> package could not work correctly.
-"