Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: mpv is crashing in my PC
To:
Walter Alejandro Iglesias <wai@roquesor.com>
Cc:
Theo Buehler <tb@theobuehler.org>, ports@openbsd.org, brad@comstyle.com
Date:
Wed, 24 Jun 2026 12:23:26 +0100

Download raw body.

Thread
  • Walter Alejandro Iglesias:

    mpv is crashing in my PC

  • On 2026/06/24 11:20, Walter Alejandro Iglesias wrote:
    >  1.  I updated port sources.
    > 
    >  2.  Deleted installed libplacebo and mpv packages.
    
    Also delete any remaining .libs-placebo and/or .libs-mpv
    
    >  3.  Recompiled and installed libplacebo (downgraded version).
    > 
    >  4.  Idem with mpv.
    > 
    > 
    > I get this:
    > 
    >   $ mpv video.mkv
    >   * Video  --vid=1               (hevc 1920x1080 50 fps)
    >   * Audio  --aid=1  --alang=eng  (aac 2ch 48000 Hz)
    >   mpv:mpv: undefined symbol 'pl_log_create_365'
    >   ld.so: mpv: lazy binding failed!
    >   Killed
    
    This is a typical error seen when mpv is built against a different
    libplacebo than is used at runtime.
    
    
  • Walter Alejandro Iglesias:

    mpv is crashing in my PC