Opened 5 years ago

Closed 3 years ago

#58245 closed enhancement (fixed)

mpv: update config-maintainer to avoid deprecation warnings

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

Description

When configuring using config-maintainer, mpv issues deprecation warnings as follows:

$ mpv alexander_nevski.mpeg
Driver 'opengl' has been replaced with 'gpu'!
Warning: option --opengl-backend was replaced with --gpu-context and might be removed in the future.
Driver 'opengl' has been replaced with 'gpu'!
Playing: alexander_nevski.mpeg
 (+) Video --vid=1 (mpeg1video 720x544 23.976fps)
 (+) Audio --aid=1 (mp2 2ch 48000Hz)
[vo/opengl] opengl cocoa backend is deprecated, use vo=libmpv instead
AO: [coreaudio] 48000Hz stereo 2ch s16
VO: [gpu] 720x544 yuv420p
AV: 00:00:16 / 00:30:11 (0%) A-V:  0.000 Cache: 1192s+199MB

Change History (2)

comment:1 Changed 5 years ago by dbevans (David B. Evans)

FYI, here are the particulars about the system that I used for testing:

  Model Name:           Mac mini (Late 2012)
  Model Identifier:	Macmini6,1
  Processor Name:	2.5 Ghz Intel Core i5
  Graphics:             Intel HD Graphics 4000 1536 MB

  macOS 10.14.4 18E226
  Xcode 10.2 10E125 (actually using prebuilt binary built with Xcode 10.1)

comment:2 Changed 3 years ago by minusf

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.