diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-12-15 15:53:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-22 08:44:25 +0700 |
commit | 6b922d05858feecdb7b032279f2c4806b7e6128f (patch) | |
tree | de955ff03ed802007bba3acac496945c79b1fd43 /multimedia | |
parent | 5b41f944d69552859f40a41c979bb080a7021afa (diff) | |
download | slackbuilds-6b922d05858feecdb7b032279f2c4806b7e6128f.tar.gz |
multimedia/ffmpeg4: Update to allow building with libaom.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg4/README | 1 | ||||
-rw-r--r-- | multimedia/ffmpeg4/ffmpeg4.SlackBuild | 2 |
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 \ |