diff --git a/daemon/media_player.c b/daemon/media_player.c index ba8445c91..062ebb074 100644 --- a/daemon/media_player.c +++ b/daemon/media_player.c @@ -131,6 +131,8 @@ long long media_player_stop(struct media_player *mp) { if (!mp) return 0; return mp->last_frame_ts; +#else + return 0; #endif }