diff options
Diffstat (limited to 'libxvmc/files/true.patch')
-rw-r--r-- | libxvmc/files/true.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libxvmc/files/true.patch b/libxvmc/files/true.patch index e69de29bb2..6c34913660 100644 --- a/libxvmc/files/true.patch +++ b/libxvmc/files/true.patch @@ -0,0 +1,11 @@ +--- viaXvMC.c.old 2004-10-18 20:54:49.000000000 +0100 ++++ viaXvMC.c 2004-10-18 20:55:03.000000000 +0100 +@@ -43,6 +43,8 @@ + #include <xf86drm.h> + #include <pthread.h> + #include "vldXvMC.h" ++ ++#define TRUE 1 + + #define SAREAPTR(ctx) ((ViaXvMCSAreaPriv *) \ + (((CARD8 *)(ctx)->sAreaAddress) + \ |