Merge pull request #234635 from Atemu/ffmpeg-remove-withLTO

ffmpeg: remove withLTO option

authored by Atemu and committed by GitHub 82ce18ec 9c289b42

-2
-2
pkgs/development/libraries/ffmpeg/generic.nix
··· 126 126 , withMultithread ? true # Multithreading via pthreads/win32 threads 127 127 , withNetwork ? withHeadlessDeps # Network support 128 128 , withPixelutils ? withHeadlessDeps # Pixel utils in libavutil 129 - , withLTO ? false # build with link-time optimization 130 129 /* 131 130 * Program options 132 131 */ ··· 384 383 385 384 (enableFeature withSmallBuild "small") 386 385 (enableFeature withRuntimeCPUDetection "runtime-cpudetect") 387 - (enableFeature withLTO "lto") 388 386 (enableFeature withGrayscale "gray") 389 387 (enableFeature withSwscaleAlpha "swscale-alpha") 390 388 (enableFeature withHardcodedTables "hardcoded-tables")