···19192020 enableParallelBuilding = true;
21212222+ # Workaround build failure on -fno-common toolchains like upstream
2323+ # gcc-10. Otherwise build fails as:
2424+ # ld: tcextract-extract_pcm.o:/build/transcode-1.1.7/import/extract_pcm.c:36: multiple definition of
2525+ # `audio'; tcextract-extract_ac3.o:/build/transcode-1.1.7/import/extract_ac3.c:337: first defined here
2626+ NIX_CFLAGS_COMPILE = "-fcommon";
2727+2228 meta = with lib; {
2329 description = "Suite of command line utilities for transcoding video and audio codecs, and for converting between different container formats";
2430 homepage = "http://www.transcoding.org/";