freebsd-ports/multimedia/xmms-avi/files/patch-lib::videocodec::DirectShow::DS_VideoDecoder.h
Kirill Ponomarev 2a971886ac - Fix build on -current
PR:		60013
Submitted by:	Ports Fury
2003-12-07 16:30:31 +00:00

11 lines
345 B
C++

--- lib/videocodec/DirectShow/DS_VideoDecoder.h.orig Thu Dec 21 09:34:19 2000
+++ lib/videocodec/DirectShow/DS_VideoDecoder.h Sun Dec 7 02:30:26 2003
@@ -18,7 +18,7 @@
}
catch(FatalError& error)
{
- cerr<<"~DS_VideoDecoder(): ";
+ std::cerr<<"~DS_VideoDecoder(): ";
error.Print();
}
if(m_outFrame)delete m_outFrame;