PKGBUILDs/extra/opal/gcc-4.4.patch

11 lines
300 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- plugins/video/H.264/gpl/enc-ctx.cxx~ 2009-05-19 09:52:39.000000000 +0000
+++ plugins/video/H.264/gpl/enc-ctx.cxx 2009-05-19 18:35:05.361761163 +0000
@@ -35,6 +35,7 @@
#define STRCMPI strcasecmp
#endif
#include <string.h>
+#include <cstdio>
#ifndef X264_LINK_STATIC
X264Library X264Lib;