Enable libaom

Closes: #907032
This commit is contained in:
James Cowgill 2018-09-20 20:38:57 +01:00
parent 8b68395699
commit de9d2e705f
2 changed files with 3 additions and 1 deletions

2
debian/control vendored
View File

@ -30,6 +30,8 @@ Build-Depends:
frei0r-plugins-dev <!pkg.ffmpeg.stage1>,
# --enable-ladspa
ladspa-sdk,
# --enable-libaom
libaom-dev,
# --enable-libass
libass-dev,
# --enable-libbluray

2
debian/rules vendored
View File

@ -23,7 +23,6 @@ FLAVORS = standard extra static
# --enable-libsmbclient (libsmbclient-dev [!hurd-i386 !m68k !sparc64])
# The following flags are not added, because the necessary libraries are not in Debian:
# --enable-decklink
# --enable-libaom
# --enable-libcelt (see #676592: removed from Debian as abandoned upstream, replaced by opus)
# --enable-libilbc (see #675959 for the RFP bug)
# --enable-libkvazaar
@ -52,6 +51,7 @@ CONFIG := --prefix=/usr \
--enable-avisynth \
--enable-gnutls \
--enable-ladspa \
--enable-libaom \
--enable-libass \
--enable-libbluray \
--enable-libbs2b \