summaryrefslogtreecommitdiff
path: root/multimedia/kdemultimedia3/patches/patch-cs
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kdemultimedia3/patches/patch-cs')
-rw-r--r--multimedia/kdemultimedia3/patches/patch-cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/kdemultimedia3/patches/patch-cs b/multimedia/kdemultimedia3/patches/patch-cs
new file mode 100644
index 00000000000..0d399620d3f
--- /dev/null
+++ b/multimedia/kdemultimedia3/patches/patch-cs
@@ -0,0 +1,22 @@
+$NetBSD: patch-cs,v 1.1.1.1 2004/01/26 15:42:42 jmmv Exp $
+
+--- mpeglib/lib/util/audio/audioIO_SDL.cpp.orig 2003-11-08 13:24:41.000000000 +0100
++++ mpeglib/lib/util/audio/audioIO_SDL.cpp 2003-11-08 13:24:58.000000000 +0100
+@@ -11,7 +11,7 @@
+ */
+ #include "../../input/bufferInputStream.h"
+ #include <assert.h>
+-#include <iostream.h>
++#include <iostream>
+ #if defined WIN32
+ #include <SDL.h>
+ #include <SDL_audio.h>
+@@ -20,6 +20,8 @@
+ #include <SDL/SDL_audio.h>
+ #endif
+
++using namespace std;
++
+ //static SDL_AudioSpec actual;
+ static BufferInputStream* audioRing;
+ static TimeStamp* dummy;