aboutsummaryrefslogtreecommitdiff
path: root/audio/muse/files/patch-src::libmpeg::mpegtoraw.cc
blob: 6032cdc86627afc297b82dbd09e8dac26e5d5e25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/libmpeg/mpegtoraw.cc.orig	Mon Dec  8 21:20:37 2003
+++ src/libmpeg/mpegtoraw.cc	Mon Apr 19 23:00:18 2004
@@ -9,8 +9,8 @@
 #include <pthread.h>
 #endif
 
-#include <math.h>
-#include <stdlib.h>
+#include <cmath>
+#include <cstdlib>
 #include <unistd.h>
 
 #include "mpegsound.h"
@@ -419,7 +419,7 @@
   return true;
 }
 
-#include <iostream.h>
+#include <iostream>
 // Convert mpeg to raw
 bool Mpegtoraw::run(int frames) {
   clearrawdata();