multimedia/ffmpeg4: Update to allow building with libaom.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
parent
5b41f944d6
commit
6b922d0585
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue