summaryrefslogtreecommitdiff
path: root/multimedia/kdemultimedia3/patches/patch-cx
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kdemultimedia3/patches/patch-cx')
-rw-r--r--multimedia/kdemultimedia3/patches/patch-cx19
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/kdemultimedia3/patches/patch-cx b/multimedia/kdemultimedia3/patches/patch-cx
new file mode 100644
index 00000000000..b1395e09061
--- /dev/null
+++ b/multimedia/kdemultimedia3/patches/patch-cx
@@ -0,0 +1,19 @@
+$NetBSD: patch-cx,v 1.1.1.1 2004/01/26 15:42:43 jmmv Exp $
+
+--- mpeglib/lib/mpegplay/recon.h.orig 2003-11-08 14:08:31.000000000 +0100
++++ mpeglib/lib/mpegplay/recon.h 2003-11-08 14:08:41.000000000 +0100
+@@ -15,11 +15,13 @@
+ #define __RECON_H
+
+
+-#include <iostream.h>
++#include <iostream>
+ #include "../util/render/pictureArray.h"
+ #include "copyFunctions.h"
+ #include "videoDecoder.h"
+
++using namespace std;
++
+ class Recon {
+
+