https://bugzilla.redhat.com/show_bug.cgi?id=2051008 --- Comment #24 from Andreas Schneider <asn@xxxxxxxxxx> --- (In reply to Dominik 'Rathann' Mierzejewski from comment #23) > Note that when linking with fdk-aac-free, you need to disable all GPL codecs > as FDK-AAC license is GPL-incompatible (but LGPL-compatible). If we don't have h264 support, why should we enable aac then? Also there is https://github.com/knik0/faac which is LGPL. Looks like it ffmpeg has support for that. > Here's the list: > %global _without_amr 1 > %global _without_cdio 1 > %global _without_frei0r 1 > %global _without_gmp 1 > %global _without_gpl 1 > %global _without_lensfun 1 > %global _without_rubberband 1 > %global _without_smb 1 > %global _without_vidstab 1 > %global _without_vmaf 1 > %global _without_x264 1 > %global _without_x265 1 > %global _without_xvid 1 > > > Now, this part: > --disable-parser="h263,h264,hevc,vc1" \ > --enable-muxers \ > --disable-muxer="mp4,h263,h264,hevc,vc1" \ > --enable-demuxers \ > --disable-demuxer="mp4,h263,h264,hevc,vc1" \ > --disable-encoders \ > --disable-decoders \ > --disable-decoder="mpeg4,h263,h264,hevc,vc1" \ > > I think this will break all hardware en/decoders. You need to keep parsers > and (de)muxers enabled. Considering mkvtoolnix and other tools which can > parse and demux the above are in Fedora already, this should be legal to do. Without --disable-decoder="mpeg4,h263,h264,hevc,vc1" the paranoia check triggers! I will remove --disable-parsers and --disable-muxers stuff. -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2051008 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure