Description: When including dvdnvav.h define/undefine the "this" keyword, used in dvdnav.h Author: Tobias Grimm Bug-Debian: http://bugs.debian.org/642673 --- vdr-plugin-dvd-0.3.6~b03+cvs20090426.0013.orig/player-dvd.h +++ vdr-plugin-dvd-0.3.6~b03+cvs20090426.0013/player-dvd.h @@ -11,8 +11,10 @@ #ifndef __PLAYER_DVD_H #define __PLAYER_DVD_H +#define this _this #include #include +#undef this #include #include