mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
11 lines
300 B
Diff
11 lines
300 B
Diff
|
--- 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;
|