Project

General

Profile

Actions

Bug #5961

closed

Focal Build broken

Added by Christian Eiden over 4 years ago. Updated over 4 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-10-14
Due date:
% Done:

0%

Estimated time:
Found in version:
9ed76c0a176b055a57b6e8bd2e0b6e29409269a9
Affected Versions:

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

Actions

Also available in: Atom PDF