Revert "[Backport staging-21.05] ffmpeg, ffmpeg-full: enable basic tests"

This commit is contained in:
Robert Scott
2021-08-29 20:24:06 +01:00
committed by Robert Scott
parent a936d2f6ab
commit efedf9a09e
3 changed files with 2 additions and 18 deletions
@@ -443,14 +443,6 @@ stdenv.mkDerivation rec {
buildFlags = [ "all" ]
++ optional qtFaststartProgram "tools/qt-faststart"; # Build qt-faststart executable
doCheck = true;
checkPhase = let
ldLibraryPathEnv = if stdenv.isDarwin then "DYLD_LIBRARY_PATH" else "LD_LIBRARY_PATH";
in ''
${ldLibraryPathEnv}="libavcodec:libavdevice:libavfilter:libavformat:libavresample:libavutil:libpostproc:libswresample:libswscale:''${${ldLibraryPathEnv}}" \
make check -j$NIX_BUILD_CORES
'';
# Hacky framework patching technique borrowed from the phantomjs2 package
postInstall = optionalString qtFaststartProgram ''
cp -a tools/qt-faststart $out/bin/