summarylogtreecommitdiffstats
path: root/ffmpeg-obs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg-obs.sh')
-rwxr-xr-xffmpeg-obs.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/ffmpeg-obs.sh b/ffmpeg-obs.sh
new file mode 100755
index 000000000000..5009dd1e1fde
--- /dev/null
+++ b/ffmpeg-obs.sh
@@ -0,0 +1,19 @@
+#!/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.
+"