1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

multimedia/mpv: force rebuild after r433759

$ mpv --no-config /path/to/foo.mp4
ffmpeg library versions:
   libavutil       55.34.100 (runtime 55.34.101)
   libavcodec      57.64.101
   libavformat     57.56.100 (runtime 57.56.101)
   libswscale      4.2.100
   libavfilter     6.65.100
   libswresample   2.3.100
ffmpeg version: 3.2.3

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.

Exiting... (Fatal error)
This commit is contained in:
Jan Beich 2017-02-09 18:16:26 +00:00
parent acba451d77
commit 57f1306bc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433763

View File

@ -4,7 +4,7 @@
PORTNAME= mpv PORTNAME= mpv
PORTVERSION= 0.23.0 PORTVERSION= 0.23.0
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
PORTREVISION= 2 PORTREVISION= 3
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= multimedia audio CATEGORIES= multimedia audio