Bug #5961
closedFocal Build broken
0%
Description
[ 1%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8.asm.o
/home/cyke/tvheadend/build.linux/ffmpeg/x265-3.4/source/common/x86/intrapred8.asm:22545: fatal: expected `%endif' before end of file
When I look at build.linux/ffmpeg/x265-3.4/source/common/x86/intrapred8.asm, this file seems to be broken, as the amount of %if is not equal to the amount of %endif
cyke@tv:~/tvheadend$ grep -a "%if" /home/cyke/tvheadend/build.linux/ffmpeg/x265-3.4/source/common/x86/intrapred8.asm | wc -l
48
cyke@tv:~/tvheadend$ grep -a "%endif" /home/cyke/tvheadend/build.linux/ffmpeg/x265-3.4/source/common/x86/intrapred8.asm | wc -l
47
I suggest to revert the update fo ffmpeg
doozer build is also broken: https://doozer.io/tvheadend/tvheadend/build/21506