opnsense-ports/audio/muse/files/patch-src__libmpeg__mpegtoraw.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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();