Public bug reported:

ffmpegfs is ftbfs on archive test rebuild:
https://launchpad.net/ubuntu/+archive/test-rebuild-20251215-resolute/+build/31627433

Log:
ffmpegfs.cc: In function ‘int get_hwaccel_dec_blocked(const std::string&, 
HWACCEL_BLOCKED_MAP**)’:
ffmpegfs.cc:1574:80: error: ‘FF_PROFILE_UNKNOWN’ was not declared in this 
scope; did you mean ‘AV_PROFILE_UNKNOWN’?
 1574 |             (*hwaccel_dec_blocked)->insert(std::pair<AVCodecID, 
int>(codec_id, FF_PROFILE_UNKNOWN));
      |                                                                         
       ^~~~~~~~~~~~~~~~~~
      |                                                                         
       AV_PROFILE_UNKNOWN
ffmpegfs.cc: In function ‘bool check_hwaccel_dec_blocked(AVCodecID, int)’:
ffmpegfs.cc:1594:78: error: ‘FF_PROFILE_UNKNOWN’ was not declared in this 
scope; did you mean ‘AV_PROFILE_UNKNOWN’?
 1594 |         if (it->first == codec_id && (it->second == profile || 
it->second == FF_PROFILE_UNKNOWN))
      |                                                                         
     ^~~~~~~~~~~~~~~~~~
      |                                                                         
     AV_PROFILE_UNKNOWN

** Affects: ffmpegfs (Ubuntu)
     Importance: Undecided
         Status: Confirmed


** Tags: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2137468

Title:
  FTBFS: ffmpegfs is ftbfs on archive test rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ffmpegfs/+bug/2137468/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to