freebsd-ports/audio/splay/files/patch-libs_mpegtoraw.cc
2013-09-23 10:17:38 +00:00

11 lines
257 B
C++

--- libs/mpegtoraw.cc.orig 2001-02-15 14:43:40.000000000 +0100
+++ libs/mpegtoraw.cc 2013-09-23 12:11:46.000000000 +0200
@@ -552,7 +552,7 @@
#endif
-#include <iostream.h>
+#include <iostream>
// Convert mpeg to raw
bool Mpegtoraw::run(int frames)
{