Opened 5 years ago

Closed 5 years ago

#57580 closed defect (fixed)

mpv @0.29.1_0: revbump needed for ffmpeg update

Reported by: mopihopi Owned by: Ionic (Mihai Moldovan)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: dbevans (David B. Evans)
Port: mpv

Description

After upgrading ffmpeg, running mpv displays the following error and refuses to run:

ffmpeg library versions:
   libavutil       56.14.100 (runtime 56.22.100)
   libavcodec      58.18.100 (runtime 58.35.100)
   libavformat     58.12.100 (runtime 58.20.100)
   libswscale      5.1.100 (runtime 5.3.100)
   libavfilter     7.16.100 (runtime 7.40.101)
   libswresample   3.1.100 (runtime 3.3.100)
ffmpeg version: 4.1

mpv was compiled against a different version of FFmpeg/Libav than the shared
library it is linked against. This is most likely a broken build and could
result in misbehavior and crashes.

mpv does not support this configuration and will not run - rebuild mpv instead.

This occurs with the latest mpv binary from MacPorts. After forcing mpv to be rebuilt from source it works.

macOS 10.12.6 16G1510 Xcode 9.2 9C40b

Change History (2)

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Cc: Ionic removed
Owner: set to Ionic
Status: newassigned

comment:2 Changed 5 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

In f64189071871fcfc6009860335502be82c33f51b/macports-ports (master):

mpv: rev bump due to new ffmpeg version

Fixes: #57580

Note: See TracTickets for help on using tickets.