summaryrefslogtreecommitdiff
path: root/audio/muse/files/patch-src__libmpeg__mpegtoraw.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/muse/files/patch-src__libmpeg__mpegtoraw.cc')
-rw-r--r--audio/muse/files/patch-src__libmpeg__mpegtoraw.cc22
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/muse/files/patch-src__libmpeg__mpegtoraw.cc b/audio/muse/files/patch-src__libmpeg__mpegtoraw.cc
deleted file mode 100644
index 6032cdc86627..000000000000
--- a/audio/muse/files/patch-src__libmpeg__mpegtoraw.cc
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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();