[MPlayer-dev-eng] Re: [PATCH] avc1 in X-QT over RTSP

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jan 15 02:58:10 CET 2007


On 2007-01-15 01:01, Compn wrote:

[...]

> demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function) 

Sorry, I don't know why it worked for me.
I hope that attached patch fixes the problem.

Carl Eugen
-------------- next part --------------
Index: libmpdemux/demux_rtp_codec.cpp
===================================================================
--- libmpdemux/demux_rtp_codec.cpp	(Revision 21928)
+++ libmpdemux/demux_rtp_codec.cpp	(Arbeitskopie)
@@ -3,6 +3,7 @@
 
 #include "demux_rtp_internal.h"
 extern "C" {
+#include <limits.h>
 #include "stheader.h"
 }
 


More information about the MPlayer-dev-eng mailing list