[MPlayer-dev-eng] Re: [PATCH]demux_rtp.cpp for latest LIVE.COM libraries
adland
adland123 at yahoo.com
Tue Jul 20 05:59:11 CEST 2004
patch was applied
however someone added a secondary patch which has broken compilation
looks for a version of live.com from 7-19 which is not available
and patch above applies to 7-16 version of live.com and above.
http://www.live.com/liveMedia/public/
here is a fix which is needed
diff -Naur main/libmpdemux/demux_rtp_internal.h
updated/libmpdemux/demux_rtp_internal.h
--- main/libmpdemux/demux_rtp_internal.h 2004-07-19 22:49:58.000000000 -0400
+++ updated/libmpdemux/demux_rtp_internal.h 2004-07-19 23:37:03.000000000 -0400
@@ -17,8 +17,8 @@
#include <liveMedia.hh>
#endif
-#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1090195200)
-#error Please upgrade to version 2004.07.19 or later of the "LIVE.COM Streaming
Media" libraries - available from <www.live.com/liveMedia/>
+#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1089936000)
+#error Please upgrade to version 2004.07.16 or later of the "LIVE.COM Streaming
Media" libraries - available from <www.live.com/liveMedia/>
#endif
// Codec-specific initialization routines:
More information about the MPlayer-dev-eng
mailing list