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, 0 insertions, 13 deletions
diff --git a/net-libs/opal/files/gcc4.4.patch b/net-libs/opal/files/gcc4.4.patch deleted file mode 100644 index 5d809da..0000000 --- a/net-libs/opal/files/gcc4.4.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 |