freebsd-ports/audio/splay/files/patch-libs_mpegtoraw.cc
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
245 B
C++

--- libs/mpegtoraw.cc.orig 2001-02-15 13:43:40 UTC
+++ libs/mpegtoraw.cc
@@ -552,7 +552,7 @@ int Mpegtoraw::getframesaved(void)
#endif
-#include <iostream.h>
+#include <iostream>
// Convert mpeg to raw
bool Mpegtoraw::run(int frames)
{