Lines 1-18
Link Here
|
1 |
--- src/prefgeneral.cpp |
|
|
2 |
+++ src/prefgeneral.cpp |
3 |
@@ -324,6 +324,7 @@ |
4 |
filesettings_method_changed = false; |
5 |
|
6 |
QString player_path = mplayerPath(); |
7 |
+#ifdef MPLAYER_MPV_SELECTION |
8 |
#ifdef OS_UNIX_NOT_MAC |
9 |
if (player_path == PLAYER_COMBO_MPLAYER_PATH || player_path == PLAYER_COMBO_MPV_PATH || !QFile::exists(player_path)) { |
10 |
QString player_name = QFileInfo(player_path).fileName(); |
11 |
@@ -331,6 +332,7 @@ |
12 |
if (!found_player.isEmpty()) player_path = found_player; |
13 |
} |
14 |
#endif |
15 |
+#endif |
16 |
qDebug() << "PrefGeneral::getData: player_path:" << player_path; |
17 |
|
18 |
if (pref->mplayer_bin != player_path) { |