multimedia/ffmpeg4: Update to allow building with libaom.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2018-12-15 15:53:01 +01:00 committed by Willy Sudiarto Raharjo
parent 5b41f944d6
commit 6b922d0585
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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 \