[MPlayer-dev-eng] Re: [PATCH]demux_rtp.cpp for latest LIVE.COM libraries

adland adland123 at yahoo.com
Tue Jul 20 05:44:16 CEST 2004


this was applied

however an additional patch was applied which broke the build and is related
because it requires that you obtain a 7-19 version of live.com which is not
available
(check at http://www.live.com/liveMedia/public/ latest 7-16)

here is a fix which works with 7-16 versions which is when the change first 
appeared

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