mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
10 lines
300 B
Diff
10 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;
|