<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Updating the Opera One browser to last version doesn&#x27;t work with ffmpeg library]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1785936051627-schermata-del-2026-08-05-15-16-20.png" alt="Schermata del 2026-08-05 15-16-20.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">After updating to the last version the browser would not open and terminal will return the error:</p>
<pre><code>opera: symbol lookup error: opera: undefined symbol: av_dynamic_hdr_smpte2094_app5_to_t35
</code></pre>
<p dir="auto">I noticed that the problem resolves if I remove the <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> file from the lib_extra folder but then I cannot watch any video on the browser.<br />
I tried newer <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> but they gave error:</p>
<pre><code>opera: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /usr/lib/x86_64-linux-gnu/opera-stable/lib_extra/libffmpeg.so)
</code></pre>
<p dir="auto">Does anyone have any idea about this?</p>
]]></description><link>https://forums.opera.com/topic/89271/updating-the-opera-one-browser-to-last-version-doesn-t-work-with-ffmpeg-library</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 03:27:28 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/89271.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Aug 2026 13:27:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Updating the Opera One browser to last version doesn&#x27;t work with ffmpeg library on Thu, 06 Aug 2026 18:38:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/1053769">@LeviaKirin</a><br />
A good alternative to the Vivaldi browser is to use the following prebuilt version of <code>libffmpeg.so</code>:<br />
Go to <a href="https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases/latest" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases/latest</a> and download the *-linux-x64.zip file. Extract the <code>libffmpeg.so</code> file from it and copy it to <code>/usr/lib/x86_64-linux-gnu/opera-stable/lib_extra/</code></p>
<p dir="auto"><strong>Warning!</strong> There is also a file named <code>libffmpeg.so</code> in the Opera program directory; this file is installed along with Opera and should remain unchanged.</p>
]]></description><link>https://forums.opera.com/post/407368</link><guid isPermaLink="true">https://forums.opera.com/post/407368</guid><dc:creator><![CDATA[alexs]]></dc:creator><pubDate>Thu, 06 Aug 2026 18:38:33 GMT</pubDate></item><item><title><![CDATA[Reply to Updating the Opera One browser to last version doesn&#x27;t work with ffmpeg library on Thu, 06 Aug 2026 14:52:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/11403">@alexs</a> I tried the Vivaldi one and it doesn't work</p>
]]></description><link>https://forums.opera.com/post/407361</link><guid isPermaLink="true">https://forums.opera.com/post/407361</guid><dc:creator><![CDATA[LeviaKirin]]></dc:creator><pubDate>Thu, 06 Aug 2026 14:52:47 GMT</pubDate></item><item><title><![CDATA[Reply to Updating the Opera One browser to last version doesn&#x27;t work with ffmpeg library on Thu, 06 Aug 2026 13:35:30 GMT]]></title><description><![CDATA[<p dir="auto">Here’s how it looks on my system (Debian/unstable):<br />
In <code>/usr/lib/x86_64-linux-gnu/opera-stable/</code>, I have a folder named <code>lib_extra</code>:<br />
<code>/usr/lib/x86_64-linux-gnu/opera-stable/lib_extra/</code><br />
In <code>$HOME/.local/</code>, I have a folder named <code>opera</code>:<br />
<code>$HOME/.local/lib/opera/</code></p>
<p dir="auto">I always place the appropriate <code>libffmpeg.so</code> file in <code>$HOME/.local/lib/opera/</code> (without root privileges).<br />
Then I create a symlink from <code>$HOME/.local/lib/opera/libffmpeg.so</code> to <code>/usr/lib/x86_64-linux-gnu/opera-stable/lib_extra/libffmpeg.so</code>:<br />
As root:<br />
<code>ln -s /home/[username]/.local/lib/opera/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera-stable/lib_extra/libffmpeg.so</code></p>
<p dir="auto">Currently, the <a href="http://libffmpeg.so" target="_blank" rel="noopener noreferrer nofollow ugc">libffmpeg.so</a> file from the Vivaldi browser is included there.<br />
As a user (without root privileges):<br />
<code>cp /var/opt/vivaldi/media-codecs-8.1/libffmpeg.so $HOME/.local/lib/opera/libffmpeg.so</code></p>
<p dir="auto">It works for me without any problems.</p>
<p dir="auto">Of course, you can copy the <code>libffmpeg.so</code> file directly—without the symlink—into the <code>lib_extra</code> folder:<br />
<code>cp /var/opt/vivaldi/media-codecs-8.1/libffmpeg.so /usr/lib/x86_64-linux-gnu/opera-stable/lib_extra/</code></p>
]]></description><link>https://forums.opera.com/post/407351</link><guid isPermaLink="true">https://forums.opera.com/post/407351</guid><dc:creator><![CDATA[alexs]]></dc:creator><pubDate>Thu, 06 Aug 2026 13:35:30 GMT</pubDate></item><item><title><![CDATA[Reply to Updating the Opera One browser to last version doesn&#x27;t work with ffmpeg library on Wed, 05 Aug 2026 23:01:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/1053769">@LeviaKirin</a> Also hit this problem; the only site in my limited testing that works is Youtube.</p>
]]></description><link>https://forums.opera.com/post/407318</link><guid isPermaLink="true">https://forums.opera.com/post/407318</guid><dc:creator><![CDATA[tephyr]]></dc:creator><pubDate>Wed, 05 Aug 2026 23:01:40 GMT</pubDate></item></channel></rss>