ports

Personal OpenBSD ports.
git clone git://git.zepp.club/ports.git
Log | Files | Refs | README

patch-mpv_cpp (462B)


      1 --- mpv.cpp.orig	Sat Jul  6 01:34:41 2024
      2 +++ mpv.cpp	Sat Jul  6 01:35:30 2024
      3 @@ -140,6 +140,7 @@
      4  
      5  void MpvObject::initialize_mpv() {
      6      // terminal=yes brings us all the terminal logs; on windows it's much better with winpty (https://github.com/mpv-player/mpv/blob/master/DOCS/compile-windows.md)
      7 +    mpv_set_option_string(mpv, "config", "yes");
      8      mpv_set_option_string(mpv, "terminal", "yes");
      9      mpv_set_option_string(mpv, "msg-level", "all=v");
     10