diff options
Diffstat (limited to 'mpvcore/player/configfiles.c')
-rw-r--r-- | mpvcore/player/configfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/player/configfiles.c b/mpvcore/player/configfiles.c index 31e3d0e75d..21450b482d 100644 --- a/mpvcore/player/configfiles.c +++ b/mpvcore/player/configfiles.c @@ -201,7 +201,7 @@ char *mp_get_playback_resume_config_filename(const char *fname, goto exit; realpath = mp_path_join(tmp, bstr0(cwd), bstr0(fname)); } -#if HAVE_DVDREAD +#if HAVE_DVDREAD || HAVE_DVDNAV if (bstr_startswith0(bfname, "dvd://")) realpath = talloc_asprintf(tmp, "%s - %s", realpath, dvd_device); #endif |