diff --git a/packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-fc63e66-902.02-xvba_support-gcc-4.7.patch b/packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-fc63e66-902.02-xvba_support-gcc-4.7.patch new file mode 100644 index 0000000000..078997f175 --- /dev/null +++ b/packages/mediacenter/xbmc-pvr/patches/xbmc-pvr-fc63e66-902.02-xvba_support-gcc-4.7.patch @@ -0,0 +1,11 @@ +diff -Naur xbmc-11.0.1/xbmc/threads/platform/pthreads/ThreadImpl.h xbmc-11.0.1.patch/xbmc/threads/platform/pthreads/ThreadImpl.h +--- xbmc-11.0.1/xbmc/threads/platform/pthreads/ThreadImpl.h 2012-03-23 07:22:04.215885089 +0100 ++++ xbmc-11.0.1.patch/xbmc/threads/platform/pthreads/ThreadImpl.h 2012-03-23 07:24:07.875383186 +0100 +@@ -22,6 +22,7 @@ + #pragma once + + #include ++#include + + struct threadOpaque + {