12 lines
455 B
Diff
12 lines
455 B
Diff
|
diff -Nru opal-3.6.1.orig/plugins/video/H.264/gpl/enc-ctx.cxx opal-3.6.1/plugins/video/H.264/gpl/enc-ctx.cxx
|
||
|
--- opal-3.6.1.orig/plugins/video/H.264/gpl/enc-ctx.cxx 2009-03-18 04:46:58.000000000 +0100
|
||
|
+++ opal-3.6.1/plugins/video/H.264/gpl/enc-ctx.cxx 2009-05-16 17:11:33.000000000 +0200
|
||
|
@@ -25,6 +25,7 @@
|
||
|
#include "trace.h"
|
||
|
#include "rtpframe.h"
|
||
|
|
||
|
+#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <math.h>
|
||
|
#if defined(_WIN32) || defined(_WIN32_WCE)
|