freebsd-ports/audio/muse/files/patch-src::libmpeg::mpegtoraw.cc
Kirill Ponomarev 2e8fc655bc - Update to version 0.9
PR:		ports/65990
Submitted by:	Ports Fury
2004-04-29 07:43:38 +00:00

22 lines
449 B
C++

--- 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();