summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg4/README1
-rw-r--r--multimedia/ffmpeg4/ffmpeg4.SlackBuild2
2 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/ffmpeg4/README b/multimedia/ffmpeg4/README
index 02b495ed50..9d9c5e4ed1 100644
--- a/multimedia/ffmpeg4/README
+++ b/multimedia/ffmpeg4/README
@@ -19,6 +19,7 @@ on SBo by setting the relevant env vars, which all default to "no":
DECKLINK=yes # requires decklink-sdk
FREI0R=yes # requires frei0r
LADSPA=yes # requires ladspa_sdk
+ LIBAOM=yes # requires libaom
LIBBLURAY=yes # requires libbluray
LIBBS2B=yes # requires libbs2b
LIBCELT=yes # requires celt
diff --git a/multimedia/ffmpeg4/ffmpeg4.SlackBuild b/multimedia/ffmpeg4/ffmpeg4.SlackBuild
index 4e0591e7d7..565dc68ae9 100644
--- a/multimedia/ffmpeg4/ffmpeg4.SlackBuild
+++ b/multimedia/ffmpeg4/ffmpeg4.SlackBuild
@@ -73,6 +73,7 @@ enable "DECKLINK" "no" "--enable-decklink" ""
enable "FREI0R" "no" "--enable-frei0r" ""
enable "GNUTLS" "no" "--enable-gnutls" ""
enable "LADSPA" "no" "--enable-ladspa" ""
+enable "LIBAOM" "no" "--enable-libaom" ""
enable "LIBBLURAY" "no" "--enable-libbluray" ""
enable "LIBBS2B" "no" "--enable-libbs2b" ""
enable "LIBCACA" "yes" "--enable-libcaca" ""
@@ -161,6 +162,7 @@ CXXFLAGS="$SLKCFLAGS" \
$enable_FREI0R \
$enable_GNUTLS \
$enable_LADSPA \
+ $enable_LIBAOM \
$enable_LIBBLURAY \
$enable_LIBBS2B \
$enable_LIBCACA \