Mercurial > minori
diff src/track/constants.cc @ 97:18979b066284
animia/unix: fix a bunch of stuff that breaks OS X things
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 02 Nov 2023 13:14:15 -0400 |
parents | d02fdf1d6708 |
children | f5940a575d83 |
line wrap: on
line diff
--- a/src/track/constants.cc Wed Nov 01 15:16:49 2023 -0400 +++ b/src/track/constants.cc Thu Nov 02 13:14:15 2023 -0400 @@ -12,7 +12,7 @@ const std::vector<std::string> media_players = { #ifdef MACOSX - "VLC" + "VLC", "IINA", "QuickTime Player" #elif WIN32 "vlc.exe", "mpc-hc.exe", "mpc-hc64.exe", "wmplayer.exe", "mpv.exe" #else // linux, unix, whatevs