re-enable ffmpeg
This commit is contained in:
parent
570070fbed
commit
5750819fed
1 changed files with 4 additions and 1 deletions
|
@ -15,6 +15,9 @@ url="https://www.mozilla.org/en-US/firefox/organizations/"
|
||||||
# ppc64le: test suite stalls
|
# ppc64le: test suite stalls
|
||||||
arch="x86_64 armv7 aarch64 x86"
|
arch="x86_64 armv7 aarch64 x86"
|
||||||
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
|
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
|
||||||
|
depends="
|
||||||
|
ffmpeg-libavcodec
|
||||||
|
"
|
||||||
makedepends="
|
makedepends="
|
||||||
alsa-lib-dev
|
alsa-lib-dev
|
||||||
automake
|
automake
|
||||||
|
@ -240,7 +243,7 @@ prepare() {
|
||||||
ac_add_options --disable-zipwriter
|
ac_add_options --disable-zipwriter
|
||||||
ac_add_options --disable-universalchardet
|
ac_add_options --disable-universalchardet
|
||||||
ac_add_options --disable-legacy-profile-creation
|
ac_add_options --disable-legacy-profile-creation
|
||||||
ac_add_options --disable-ffmpeg
|
ac_add_options --enable-ffmpeg
|
||||||
ac_add_options --disable-necko-wifi
|
ac_add_options --disable-necko-wifi
|
||||||
|
|
||||||
# features
|
# features
|
||||||
|
|
Loading…
Reference in a new issue