@gloewa Copying random version from random place is not a reproducible solution.
Posts made by 3333e
-
RE: Can't play videos after updateOpera for Linux
-
RE: Can't play videos after updateOpera for Linux
@burnout426 Also needed to remove bundled
.so
to take avcodec based approach due toLD_PRELOAD
bug.ABI info is completely masked at unified
.so
(extractable from source code) and major ver of avcodec could be bumped even major ver of Chromium is not bumped. -
RE: Can't play videos after updateOpera for Linux
@Opera-QA-Team
As I said at somewhere, opera has wrong LD_PRELOAD for buldled ffmpeg.
We can load newer version of ffmpeg (with same avcodec soname) if opera fixed the bug without violating with EULA. Please stop LD_PRELOAD. -
RE: Opera 123 developerBlogs
@burnout426 Opera mixes functions of lib_extra binary and bundled binaryby internal LD_PRELOAD which breaks some custom builds.
User side solution is impossible without violating EULA at redistributor side. - Blogs
-
RE: Opera 123 developerBlogs
Please never LD_PRELOAD your FFmpeg. It just breaks external applications and blocks optimization of 3rd pirty FFmpeg which is already managed by RPATH.
Please also consider syncing Opera's version with Chromium. opera:about is really unuseful to check version.