diff options
Diffstat (limited to 'net-libs/opal/files/gcc4.4.patch')
-rw-r--r-- | net-libs/opal/files/gcc4.4.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-libs/opal/files/gcc4.4.patch b/net-libs/opal/files/gcc4.4.patch new file mode 100644 index 0000000..5d809da --- /dev/null +++ b/net-libs/opal/files/gcc4.4.patch @@ -0,0 +1,13 @@ +Index: enc-ctx.cxx +=================================================================== +--- plugins/video/H.264/gpl/enc-ctx.cxx (revision 22408) ++++ plugins/video/H.264/gpl/enc-ctx.cxx (working copy) +@@ -27,6 +27,8 @@ + + #include <stdlib.h> + #include <math.h> ++#include <cstdio> ++ + #if defined(_WIN32) || defined(_WIN32_WCE) + #include <malloc.h> + #define STRCMPI _strcmpi |