[MPlayer-dev-eng] [PATCH] applied but broken compile - here is the fix [NOSPAM]

adland adland123 at yahoo.com
Tue Jul 20 06:04:20 CEST 2004


patch was applied
however someone applied a secondary related change which broke compilation.
It requests a 7-19 version of live.com software which is not available.
http://www.live.com/liveMedia/public/

the problem first appeared in 7-16 version and patch should be for 
this and above

patch fix
--- 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