Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
96:bd68e4393e6f | 97:18979b066284 |
---|---|
10 "wmv" | 10 "wmv" |
11 }; | 11 }; |
12 | 12 |
13 const std::vector<std::string> media_players = { | 13 const std::vector<std::string> media_players = { |
14 #ifdef MACOSX | 14 #ifdef MACOSX |
15 "VLC" | 15 "VLC", "IINA", "QuickTime Player" |
16 #elif WIN32 | 16 #elif WIN32 |
17 "vlc.exe", "mpc-hc.exe", "mpc-hc64.exe", "wmplayer.exe", "mpv.exe" | 17 "vlc.exe", "mpc-hc.exe", "mpc-hc64.exe", "wmplayer.exe", "mpv.exe" |
18 #else // linux, unix, whatevs | 18 #else // linux, unix, whatevs |
19 "vlc", "mpv", "mpc-qt" | 19 "vlc", "mpv", "mpc-qt" |
20 #endif | 20 #endif |