--- 1/player-dvd.c 2013-08-21 13:56:59.344938098 +0200 +++ 2/player-dvd.c 2013-10-25 13:51:51.059662819 +0200 @@ -264,8 +264,12 @@ // ... in this directory (default: /video) #ifndef RESUMEDIR +#if APIVERSNUM > 20101 +#define RESUMEDIR cVideoDirectory::Name() +#else #define RESUMEDIR VideoDirectory #endif +#endif // borrowed from the mplayer plugin code and adapted to the dvd resume requirements