Hello,

Trying to compile seamonkey-2.53.2 and beeing not successful.
at first I was thinking about a gcc10 problem, but it is not
the case.

The error is within:
mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp9/vp9_i
mpl.cc


seamonkey-
2.53.2/mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp
9/vp9_impl.cc:858:17: error: ‘struct vpx_svc_ref_frame_config’ has no
member named ‘frame_flags’
  858 |         sf_conf.frame_flags[layer_idx] = layer_flags;
      |               ^~~~~~~~~~~

field  frame_flags is not defined within /usr/include/vpx/vp8cx.h,
(structure vpx_svc_ref_frame_config)

seamonkey-2.49.4 is compiling fine... but routine where the defective
code is located, is under/hiden by
#ifdef LIBVPX_SVC

This ifdef is not present in 2.53.2 code.

I noticed, seamonkey 2020-05-25 do not list libvpx
in recommended anymore (version 2.49.4 does include
libvpx as recommended)

Tried to removed libvpx, but 2.53.2 is requesting libvpx > 1.5.0

Obviously, I am missing something.

1) Could the someone in the list confirm he is successful
   to compile seamonkey within 2020-05-25 (gcc-10, 
   libvpx-1.8.2,rustc-1.42.0, etc.)??
2) Why libvpx is not in the seamonkey "required".
3) is there a mozconfig parameter involved?
4) wild idea of your own? :-}}

Thanks for any help or suggestions, myself out of idea for
now..

--
You have seen "Linux from scratch" and looking for ISO files
www.osukiss.org

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to