Merge pull request #123620 from michojel/megasync-no-ffmpeg
megasync: temporarily remove ffmpeg dependency
This commit is contained in:
commit
3ef6d5d77c
@ -7,7 +7,7 @@
|
|||||||
, curl
|
, curl
|
||||||
, doxygen
|
, doxygen
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, ffmpeg
|
#, ffmpeg
|
||||||
, libmediainfo
|
, libmediainfo
|
||||||
, libraw
|
, libraw
|
||||||
, libsodium
|
, libsodium
|
||||||
@ -52,7 +52,8 @@ mkDerivation rec {
|
|||||||
c-ares
|
c-ares
|
||||||
cryptopp
|
cryptopp
|
||||||
curl
|
curl
|
||||||
ffmpeg
|
# temporarily disable until patched for ffmpeg 4.4
|
||||||
|
#ffmpeg
|
||||||
libmediainfo
|
libmediainfo
|
||||||
libraw
|
libraw
|
||||||
libsodium
|
libsodium
|
||||||
@ -94,7 +95,8 @@ mkDerivation rec {
|
|||||||
"--with-cares"
|
"--with-cares"
|
||||||
"--with-cryptopp"
|
"--with-cryptopp"
|
||||||
"--with-curl"
|
"--with-curl"
|
||||||
"--with-ffmpeg"
|
# temporarily disable until patched for ffmpeg 4.4
|
||||||
|
#"--with-ffmpeg"
|
||||||
"--without-freeimage" # unreferenced even when found
|
"--without-freeimage" # unreferenced even when found
|
||||||
"--without-readline"
|
"--without-readline"
|
||||||
"--without-termcap"
|
"--without-termcap"
|
||||||
|
Loading…
Reference in New Issue
Block a user