Merge pull request #123620 from michojel/megasync-no-ffmpeg

megasync: temporarily remove ffmpeg dependency
This commit is contained in:
Jörg Thalheim 2021-05-19 06:50:47 +01:00 committed by GitHub
commit 3ef6d5d77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
, curl
, doxygen
, fetchFromGitHub
, ffmpeg
#, ffmpeg
, libmediainfo
, libraw
, libsodium
@ -52,7 +52,8 @@ mkDerivation rec {
c-ares
cryptopp
curl
ffmpeg
# temporarily disable until patched for ffmpeg 4.4
#ffmpeg
libmediainfo
libraw
libsodium
@ -94,7 +95,8 @@ mkDerivation rec {
"--with-cares"
"--with-cryptopp"
"--with-curl"
"--with-ffmpeg"
# temporarily disable until patched for ffmpeg 4.4
#"--with-ffmpeg"
"--without-freeimage" # unreferenced even when found
"--without-readline"
"--without-termcap"